ProjectInfo.Move Método
Moves the object to be a child of another folder.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub Move ( _
folderName As String _
)
'Uso
Dim instance As ProjectInfo
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
)
Parámetros
- folderName
Tipo: System.String
The folder name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices