ExternalLibrary.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- contentType
- ExternalLibraryContentType