IndexOption.OptionKind 属性
Gets the kind of the option.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OptionKind As IndexOptionKind
Get
Set
用法
Dim instance As IndexOption
Dim value As IndexOptionKind
value = instance.OptionKind
instance.OptionKind = value
public IndexOptionKind OptionKind { get; set; }
public:
property IndexOptionKind OptionKind {
IndexOptionKind get ();
void set (IndexOptionKind value);
}
member OptionKind : IndexOptionKind with get, set
function get OptionKind () : IndexOptionKind
function set OptionKind (value : IndexOptionKind)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.