Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Statistic object that is the parent of the StatisticColumn object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Statistic
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Statistic
A Statistic object that is the parent of the StatisticColumn object.