Parent プロパティ
PhysicalPartition オブジェクトの親オブジェクトを取得します。
名前空間: 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
PhysicalPartition オブジェクトの親を示す SqlSmoObject オブジェクトです。