EnvironmentInfo.Move Method
Moves the EnvironmentInfo object to be a child of another folder.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Move ( _
folderName As String _
)
'Usage
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
)
Parameters
- folderName
Type: System.String
The name of the folder.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace