Udostępnij za pośrednictwem


Właściwość PhysicalPartition.Parent

Pobiera obiekt nadrzędny PhysicalPartition obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Table")> _
<SfcParentAttribute("Index")> _
Public ReadOnly Property Parent As SqlSmoObject
    Get
'Użycie
Dim instance As PhysicalPartition
Dim value As SqlSmoObject

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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject obiekt, który określa obiekt nadrzędny PhysicalPartition obiektu.