Condividi tramite


Metodo EnvironmentInfo.Move

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Sub Move ( _
    folderName As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

EnvironmentInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices