StatisticCollection.Parent 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As SqlSmoObject 
    Get
用法
Dim instance As StatisticCollection 
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
A SqlSmoObject object that is the parent of the Statistic object.

示例

使用集合

请参阅

参考

StatisticCollection 类

Microsoft.SqlServer.Management.Smo 命名空间