USqlType.UserTypeId Property

 

Optional. Gets or sets the user type ID for this type.

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

Syntax

public int UserTypeId { get; set; }
public:
property int UserTypeId {
    int get();
    void set(int value);
}
member UserTypeId : int with get, set
Public Property UserTypeId As Integer

Property Value

Type: System.Int32

See Also

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

Return to top