Langue

ExternalLibrary.Create Méthode

Définition

Surcharges

Nom Description
Create()

Crée la bibliothèque externe sur l’instance de SQL Server.

Create(String, ExternalLibraryContentType)

Créez une bibliothèque à l’aide d’un chemin d’accès ou de bits avec CREATE EXTERNAL LIBRARY FROM {path or 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()

Crée la bibliothèque externe sur l’instance de SQL Server.

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

S’applique à

Create(String, ExternalLibraryContentType)

Créez une bibliothèque à l’aide d’un chemin d’accès ou de bits avec CREATE EXTERNAL LIBRARY FROM {path or 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)

Paramètres

libraryContent
String

S’applique à