StatisticColumnCollection.Parent プロパティ

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

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

構文

'宣言
Public ReadOnly Property Parent As Statistic 
    Get
'使用
Dim instance As StatisticColumnCollection 
Dim value As Statistic 

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

プロパティ値

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

使用例

コレクションの使用

関連項目

参照

StatisticColumnCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間