Metodo CreateFolderOnDtsServer
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see ApplicationClass.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub CreateFolderOnDtsServer ( _
bstrParent As String, _
bstrNewFolderName As String, _
bstrServerName As String _
)
'Utilizzo
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
)
Parametri
- bstrParent
Tipo: System. . :: . .String
- bstrNewFolderName
Tipo: System. . :: . .String
- bstrServerName
Tipo: System. . :: . .String