SqlAzureMetaStore.Type 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 Type As SqlMetastoreType
Get
Set
'Usage
Dim instance As SqlAzureMetaStore
Dim value As SqlMetastoreType
value = instance.Type
instance.Type = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SqlMetastoreType Type { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SqlMetastoreType Type {
SqlMetastoreType get ();
void set (SqlMetastoreType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Type : SqlMetastoreType with get, set
function get Type () : SqlMetastoreType
function set Type (value : SqlMetastoreType)
Property Value
Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013.SqlMetastoreType
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace