Compartir a través de


StatisticColumn.Parent Propiedad

Gets or sets 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
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Statistic 
    Get 
    Set
'Uso
Dim instance As StatisticColumn 
Dim value As Statistic 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Statistic Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Statistic^ Parent {
    Statistic^ get ();
    void set (Statistic^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Statistic with get, set
function get Parent () : Statistic 
function set Parent (value : Statistic)

Valor de la propiedad

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

Ejemplos

Crear y actualizar estadísticas

Vea también

Referencia

StatisticColumn Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo