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).