Compartir a través de


CreateFolderOnDtsServer Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see Application.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Sub CreateFolderOnDtsServer ( _
    bstrParent As String, _
    bstrNewFolderName As String, _
    bstrServerName As String _
)
'Uso
Dim instance As ApplicationClass
Dim bstrParent As String
Dim bstrNewFolderName As String
Dim bstrServerName As String

instance.CreateFolderOnDtsServer(bstrParent, _
    bstrNewFolderName, bstrServerName)
public virtual void CreateFolderOnDtsServer(
    string bstrParent,
    string bstrNewFolderName,
    string bstrServerName
)
public:
virtual void CreateFolderOnDtsServer(
    [InAttribute] String^ bstrParent, 
    [InAttribute] String^ bstrNewFolderName, 
    [InAttribute] String^ bstrServerName
)
abstract CreateFolderOnDtsServer : 
        bstrParent:string * 
        bstrNewFolderName:string * 
        bstrServerName:string -> unit 
override CreateFolderOnDtsServer : 
        bstrParent:string * 
        bstrNewFolderName:string * 
        bstrServerName:string -> unit 
public function CreateFolderOnDtsServer(
    bstrParent : String, 
    bstrNewFolderName : String, 
    bstrServerName : String
)

Parámetros

Implementa

IDTSApplication100. . :: . .CreateFolderOnDtsServer(String, String, String)