SmartAdmin.DatabaseName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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