Compartir a través de


StatisticColumnCollection.Parent Propiedad

Gets the Statistic object that is the parent of the StatisticColumn object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Statistic 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Statistic
A Statistic object that is the parent of the StatisticColumn object.

Ejemplos

Usar colecciones

Vea también

Referencia

StatisticColumnCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo