Поделиться через


Свойство IsAutoCreated

Gets the Boolean property value that specifies whether the statistic counter is automatically created.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property IsAutoCreated As Boolean
    Get
'Применение
Dim instance As Statistic
Dim value As Boolean

value = instance.IsAutoCreated
[SfcPropertyAttribute]
public bool IsAutoCreated { get; }
[SfcPropertyAttribute]
public:
property bool IsAutoCreated {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsAutoCreated : bool
function get IsAutoCreated () : boolean

Значение свойства

Тип System. . :: . .Boolean
A Boolean value that specifies whether the statistic counter is automatically created.
If True, the statistic counter is created automatically.
If False (default), the statistic counter is created manually.