Database.IsManagementDataWarehouse Property
SQL Server 2012
Gets a value that specifies whether the database is a management data warehouse.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)] public bool IsManagementDataWarehouse { get; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the database is a management data warehouse.If True, the database is a data warehouse. Otherwise, False (default).