SmartAdmin.DatabaseName Property

Definition

Gets Whether the name of database which the current object is managing when this property is set, a refresh will be triggered if the value is a null or empty string, instance level properties will be loaded in else, DB level properties will be loaded in

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Computed)]
public string DatabaseName { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Computed)>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

String.

Attributes

Applies to