共用方式為


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