StatisticColumn.Parent プロパティ

StatisticColumn オブジェクトの親である Statistic オブジェクトを取得します。値の設定も可能です。

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

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Statistic 
    Get 
    Set
'使用
Dim instance As StatisticColumn 
Dim value As Statistic 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Statistic Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Statistic^ Parent {
    Statistic^ get ();
    void set (Statistic^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Statistic with get, set
function get Parent () : Statistic 
function set Parent (value : Statistic)

プロパティ値

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

使用例

統計の作成と更新

関連項目

参照

StatisticColumn クラス

Microsoft.SqlServer.Management.Smo 名前空間