PhysicalPartition.Parent プロパティ

PhysicalPartition オブジェクトの親オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SqlSmoObject
PhysicalPartition オブジェクトの親を示す SqlSmoObject オブジェクトです。

関連項目

参照

PhysicalPartition クラス

Microsoft.SqlServer.Management.Smo 名前空間