Language

VectorPropertyModel.IndexKind Property

Definition

Gets or sets the kind of index to use.

public:
 property System::String ^ IndexKind { System::String ^ get(); void set(System::String ^ value); };
public string? IndexKind { get; set; }
member this.IndexKind : string with get, set
Public Property IndexKind As String

Property Value

The default varies by database type. For more information, see the documentation of your chosen database provider.

Applies to

See also