共用方式為


Parent 屬性

Gets the parent object of the PhysicalPartition object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcParentAttribute("Table")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
Public ReadOnly Property Parent As SqlSmoObject
    Get
'用途
Dim instance As PhysicalPartition
Dim value As SqlSmoObject

value = instance.Parent
[SfcParentAttribute("Table")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Index")]
public SqlSmoObject Parent { get; }
[SfcParentAttribute(L"Table")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Index")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
[<SfcParentAttribute("Table")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Index")>]
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the parent of the PhysicalPartition object.