Udostępnij przez


Metoda IDTSApplication100.CreateFolderOnDtsServer

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat ApplicationClass.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Sub CreateFolderOnDtsServer ( _
    bstrParent As String, _
    bstrNewFolderName As String, _
    bstrServerName As String _
)
'Użycie
Dim instance As IDTSApplication100
Dim bstrParent As String
Dim bstrNewFolderName As String
Dim bstrServerName As String

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

Parametry