SfcCollection<T, K, ParentT>.ISfcCollection.Parent 属性

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

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

语法

声明
Private ReadOnly Property Parent As SfcInstance 
    Implements ISfcCollection.Parent 
    Get
用法
Dim instance As SfcCollection 
Dim value As SfcInstance 

value = CType(instance, ISfcCollection).Parent
SfcInstance ISfcCollection.Parent { get; }
private:
virtual property SfcInstance^ Parent {
    SfcInstance^ get () sealed = ISfcCollection::Parent::get;
}
private abstract Parent : SfcInstance 
private override Parent : SfcInstance
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

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

实现

ISfcCollection.Parent

请参阅

参考

SfcCollection<T, K, ParentT> 类

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