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.