Partager via


Méthode IDTSApplication100.RenameFolderOnDtsServer

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

Renames a folder on the specified server.

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

Syntaxe

'Déclaration
Sub RenameFolderOnDtsServer ( _
    bstrParent As String, _
    bstrOldName As String, _
    bstrNewName As String, _
    bstrServerName As String _
)
'Utilisation
Dim instance As IDTSApplication100 
Dim bstrParent As String 
Dim bstrOldName As String 
Dim bstrNewName As String 
Dim bstrServerName As String

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

Paramètres

  • bstrParent
    Type : System.String
    The name of the parent folder.
  • bstrOldName
    Type : System.String
    The name of the existing folder.
  • bstrServerName
    Type : System.String
    The name of the server where the folder is located.

Voir aussi

Référence

IDTSApplication100 Interface

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