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


Свойство IsManagementDataWarehouse

Gets the Boolean value that specifies whether the database is a management data warehouse.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property IsManagementDataWarehouse As Boolean
    Get
'Применение
Dim instance As Database
Dim value As Boolean

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

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

Тип System. . :: . .Boolean
A Boolean value that specifies whether the database is a management data warehouse.
If True, the database is a data warehouse. Otherwise, False (default).