次の方法で共有


PhysicalPartitionCollection.Parent プロパティ

PhysicalPartitionCollection オブジェクトの親である SqlSmoObject オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'使用
Dim instance As PhysicalPartitionCollection 
Dim value As SqlSmoObject 

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SqlSmoObject
PhysicalPartitionCollection オブジェクトの親である SqlSmoObject オブジェクトです。

使用例

コレクションの使用

関連項目

参照

PhysicalPartitionCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間