ExternalLibrary.Create Method

Definition

Overloads

Create()

Creates the external library on the instance of SQL Server.

Create(String, ExternalLibraryContentType)

Create a library using a path or bits with CREATE EXTERNAL LIBRARY FROM {path or binary}.

Create()

Creates the external library on the instance of SQL Server.

public void Create ();
member this.Create : unit -> unit
Public Sub Create ()

Applies to

Create(String, ExternalLibraryContentType)

Create a library using a path or bits with CREATE EXTERNAL LIBRARY FROM {path or binary}.

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)

Parameters

libraryContent
String

Applies to