Partager via


Méthode ApplicationClass.CreateFolderOnDtsServer

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Sub CreateFolderOnDtsServer ( _
    bstrParent As String, _
    bstrNewFolderName As String, _
    bstrServerName As String _
)
'Utilisation
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
)

Paramètres

  • bstrParent
    Type : System.String
    The name of the top level folder to save this folder under.
  • bstrNewFolderName
    Type : System.String
    The name to give the newly created folder.
  • bstrServerName
    Type : System.String
    The name of the server running the Integration Services service.

Implémente

IDTSApplication100.CreateFolderOnDtsServer(String, String, String)

Voir aussi

Référence

ApplicationClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper