ExternalLibrary.Create Método

Definición

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

Se aplica a