Moves the script of the EnvironmentInfo object to be a child of another folder.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Private Function ScriptMove ( _
newParent As SfcInstance _
) As ISfcScript Implements ISfcMovable.ScriptMove
‘사용 방법
Dim instance As EnvironmentInfo
Dim newParent As SfcInstance
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcMovable).ScriptMove(newParent)
ISfcScript ISfcMovable.ScriptMove(
SfcInstance newParent
)
private:
virtual ISfcScript^ ScriptMove(
SfcInstance^ newParent
) sealed = ISfcMovable::ScriptMove
private abstract ScriptMove :
newParent:SfcInstance -> ISfcScript
private override ScriptMove :
newParent:SfcInstance -> ISfcScript
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- newParent
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The new parent used.
반환 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The script of the specified object.
구현
ISfcMovable.ScriptMove(SfcInstance)