Partager via


Propriété StatisticColumn.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Statistic 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Création et mise à jour des statistiques

Voir aussi

Référence

StatisticColumn Classe

Espace de noms Microsoft.SqlServer.Management.Smo