SfcBeforeObjectMovedEventArgs.NewParent 属性

Gets the SfcInstance object that represents the new parent of the object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property NewParent As SfcInstance 
    Get
用法
Dim instance As SfcBeforeObjectMovedEventArgs 
Dim value As SfcInstance 

value = instance.NewParent
public SfcInstance NewParent { get; }
public:
property SfcInstance^ NewParent {
    SfcInstance^ get ();
}
member NewParent : SfcInstance
function get NewParent () : SfcInstance

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the new parent of the object.

请参阅

参考

SfcBeforeObjectMovedEventArgs 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间