IFollowerDatabaseDefinition.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.
The database name owned by this cluster that was followed. * in case following all databases.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="The database name owned by this cluster that was followed. * in case following all databases.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="databaseName")]
public string DatabaseName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="The database name owned by this cluster that was followed. * in case following all databases.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="databaseName")>]
member this.DatabaseName : string
Public ReadOnly Property DatabaseName As String
Property Value
- Attributes