SqlAzureMetaStore.DatabaseName Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DatabaseName As String 
    Get 
    Set
'Usage
Dim instance As SqlAzureMetaStore 
Dim value As String 

value = instance.DatabaseName

instance.DatabaseName = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string DatabaseName { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DatabaseName : string with get, set
function get DatabaseName () : String 
function set DatabaseName (value : String)

Property Value

Type: System.String

See Also

Reference

SqlAzureMetaStore Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace