SqlAzureMetaStore Class

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013.SqlAzureMetaStore

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

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess")> _
Public Class SqlAzureMetaStore
'Usage
Dim instance As SqlAzureMetaStore
[DataContractAttribute(Namespace = "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess")]
public class SqlAzureMetaStore
[DataContractAttribute(Namespace = L"https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess")]
public ref class SqlAzureMetaStore
[<DataContractAttribute(Namespace = "https://schemas.datacontract.org/2004/07/Microsoft.ClusterServices.DataAccess")>]
type SqlAzureMetaStore =  class end
public class SqlAzureMetaStore

The SqlAzureMetaStore type exposes the following members.

Constructors

  Name Description
Public method SqlAzureMetaStore

Top

Properties

  Name Description
Public property AzureServerName
Public property DatabaseName
Public property Password
Public property Type
Public property Username

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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