Свойство Parent
Gets the Statistic object that is the parent of the StatisticColumn object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parent As Statistic
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .Statistic
A Statistic object that is the parent of the StatisticColumn object.
См. также