Proprietà Parent
Gets the Statistic object that is the parent of the StatisticColumn object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As Statistic
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Statistic
A Statistic object that is the parent of the StatisticColumn object.
Vedere anche