ExternalLibrary.Create Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| Create() |
Crea la biblioteca externa en la instancia de SQL Server. |
| Create(String, ExternalLibraryContentType) |
Cree una biblioteca mediante una ruta de acceso o bits con CREATE EXTERNAL LIBRARY FROM {path o binary}. <param name="libraryContent">The library path or the library binary/param param><name="contentType">Is the content type specifying a path or binary<</param> |
Create()
Crea la biblioteca externa en la instancia de SQL Server.
public void Create();
member this.Create : unit -> unit
Public Sub Create ()
Se aplica a
Create(String, ExternalLibraryContentType)
Cree una biblioteca mediante una ruta de acceso o bits con CREATE EXTERNAL LIBRARY FROM {path o binary}.
<param name="libraryContent">The library path or the library binary/param param><name="contentType">Is the content type specifying a path or binary<</param>public void Create(string libraryContent, Microsoft.SqlServer.Management.Smo.ExternalLibraryContentType contentType);
member this.Create : string * Microsoft.SqlServer.Management.Smo.ExternalLibraryContentType -> unit
Public Sub Create (libraryContent As String, contentType As ExternalLibraryContentType)
Parámetros
- libraryContent
- String
- contentType
- ExternalLibraryContentType