Utility.MdwDatabaseName Property
Gets or sets the name of the utility management data warehouse (UMDW) database.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property MdwDatabaseName As String
Get
'Usage
Dim instance As Utility
Dim value As String
value = instance.MdwDatabaseName
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string MdwDatabaseName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ MdwDatabaseName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member MdwDatabaseName : string
function get MdwDatabaseName () : String
Property Value
Type: System.String
A String value containing the name of the UMDW database.