Dela via


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
'Usage
Dim instance As IndexOption 
Dim value As IndexOptionType 

value = instance.Option

instance.Option = value
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
public function get Option () : IndexOptionType 
public 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

IndexOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace