Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.