Udostępnij za pośrednictwem


Właściwość StatisticColumnCollection.Parent

Pobiera Statistic obiekt, który jest elementem nadrzędnym StatisticColumn obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property Parent As Statistic
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Statistic
A Statistic obiekt, który jest elementem nadrzędnym StatisticColumn obiektu.