IndexOption.Option Property

Gets or sets the index option type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Option As IndexOptionType
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.IndexOptionType
Returns a IndexOptionType enumeration value.

.NET Framework Security

See Also

Reference

IndexOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace