Partager via


Propriété StatisticCollection.Parent

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

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

Syntaxe

'Déclaration
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'Utilisation
Dim instance As StatisticCollection 
Dim value As SqlSmoObject 

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

Valeur de propriété

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

Exemples

Utilisation de collections

Voir aussi

Référence

StatisticCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo