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
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
- 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.