USqlIndex.IsCoIsUniquelumnstore Property
Optional. Gets or sets the switch indicating if this index is a unique index.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public Nullable<bool> IsCoIsUniquelumnstore { get; set; }
public:
property Nullable<bool> IsCoIsUniquelumnstore {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member IsCoIsUniquelumnstore : Nullable<bool> with get, set
Public Property IsCoIsUniquelumnstore As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
USqlIndex Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top