USqlDistributionInfo.Type Property

 

Optional. Gets or sets the type of this distribution.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public Nullable<int> Type { get; set; }
public:
property Nullable<int> Type {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Type : Nullable<int> with get, set
Public Property Type As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

USqlDistributionInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top