Parent 属性

Gets the parent object of the PhysicalPartition object.

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

语法

声明
<SfcParentAttribute("Index")> _
<SfcParentAttribute("Table")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As SqlSmoObject
    Get
用法
Dim instance As PhysicalPartition
Dim value As SqlSmoObject

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

属性值

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