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.