Compartir a través de


ApplicationClass.CreateFolderOnDtsServer(String, String, String) Método

Definición

Crea una carpeta en el servidor que aparece en el nodo Paquetes almacenados de la jerarquía de servicios de Integration Services.

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

Parámetros

bstrParent
String

El nombre de la carpeta de nivel superior en la que se va a guardar esta carpeta.

bstrNewFolderName
String

El nombre que se va a asignar a la carpeta creada recientemente.

bstrServerName
String

Nombre del servidor que ejecuta el servicio de Integration Services.

Implementaciones

Atributos

Se aplica a