Свойство Statistic.Parent
Gets or sets the SqlSmoObject object that is the parent of the Statistic object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcParentAttribute("View")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
Get
Set
'Применение
Dim instance As Statistic
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcParentAttribute("View")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"View")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("View")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object value that is the parent of the Statistic object.
Примеры
Создание и обновление статистики
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo