USqlType.TypeFamily Property

 

Optional. Gets or sets the type family 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 string TypeFamily { get; set; }
public:
property String^ TypeFamily {
    String^ get();
    void set(String^ value);
}
member TypeFamily : string with get, set
Public Property TypeFamily As String

Property Value

Type: System.String

See Also

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

Return to top