Condividi tramite


ApplicationClass.CreateFolderOnSQLServer Metodo

Definizione

Crea una cartella nell'istanza specificata di SQL Server.

public:
 virtual void CreateFolderOnSQLServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::CreateFolderOnSQLServer;
public:
 virtual void CreateFolderOnSQLServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::CreateFolderOnSQLServer;
[System.Runtime.InteropServices.DispId(19)]
public virtual void CreateFolderOnSQLServer (string bstrParent, string bstrNewFolderName, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member CreateFolderOnSQLServer : string * string * string * string * string -> unit
override this.CreateFolderOnSQLServer : string * string * string * string * string -> unit
Public Overridable Sub CreateFolderOnSQLServer (bstrParent As String, bstrNewFolderName As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)

Parametri

bstrParent
String

Nome della cartella padre.

bstrNewFolderName
String

Nome della cartella da creare.

bstrServerName
String

Nome dell'istanza di SQL Server.

bstrServerUserName
String

Nome utente da utilizzare durante l'autenticazione nel server.

bstrServerPassword
String

Password associata all'account bstrServerUserName.

Implementazioni

Attributi

Si applica a