StatisticColumnCollection.Parent 属性

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

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

示例

使用集合

请参阅

参考

StatisticColumnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间