Metoda IDTSApplication100.FolderFromPath
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
Function FolderFromPath ( _
bstrFolderName As String, _
bstrServerName As String, _
bstrServerUserName As String, _
bstrServerPassword As String _
) As Guid
'Użycie
Dim instance As IDTSApplication100
Dim bstrFolderName As String
Dim bstrServerName As String
Dim bstrServerUserName As String
Dim bstrServerPassword As String
Dim returnValue As Guid
returnValue = instance.FolderFromPath(bstrFolderName, _
bstrServerName, bstrServerUserName, _
bstrServerPassword)
Guid FolderFromPath(
string bstrFolderName,
string bstrServerName,
string bstrServerUserName,
string bstrServerPassword
)
Guid FolderFromPath(
[InAttribute] String^ bstrFolderName,
[InAttribute] String^ bstrServerName,
[InAttribute] String^ bstrServerUserName,
[InAttribute] String^ bstrServerPassword
)
abstract FolderFromPath :
bstrFolderName:string *
bstrServerName:string *
bstrServerUserName:string *
bstrServerPassword:string -> Guid
function FolderFromPath(
bstrFolderName : String,
bstrServerName : String,
bstrServerUserName : String,
bstrServerPassword : String
) : Guid
Parametry
- bstrFolderName
Typ: System.String
- bstrServerName
Typ: System.String
- bstrServerUserName
Typ: System.String
- bstrServerPassword
Typ: System.String
Wartość zwracana
Typ: System.Guid
Zobacz także