Condividi tramite


Proprietà StatisticCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

StatisticCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo