StatisticColumn.Parent 属性

Gets or sets the Statistic object that is the parent of the StatisticColumn object.

命名空间:  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
A Statistic object value that is the parent of the StatisticColumn object.

示例

创建和更新统计信息

请参阅

参考

StatisticColumn 类

Microsoft.SqlServer.Management.Smo 命名空间