Partager via


Méthode EnvironmentInfo.Move

Moves the EnvironmentInfo object to be a child of another folder.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Sub Move ( _
    folderName As String _
)
'Utilisation
Dim instance As EnvironmentInfo 
Dim folderName As String

instance.Move(folderName)
public void Move(
    string folderName
)
public:
void Move(
    String^ folderName
)
member Move : 
        folderName:string -> unit
public function Move(
    folderName : String
)

Paramètres

Voir aussi

Référence

EnvironmentInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices