CreateFolderOnDtsServer méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ApplicationClass.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub CreateFolderOnDtsServer ( _
bstrParent As String, _
bstrNewFolderName As String, _
bstrServerName As String _
)
'Utilisation
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
)
Paramètres
- bstrParent
Type : System. . :: . .String
- bstrNewFolderName
Type : System. . :: . .String
- bstrServerName
Type : System. . :: . .String