Propriedade do RDL FullTextIndexOption.OptionKind
Gets or sets the full text option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OptionKind As FullTextIndexOptionKind
Get
Set
'Uso
Dim instance As FullTextIndexOption
Dim value As FullTextIndexOptionKind
value = instance.OptionKind
instance.OptionKind = value
public FullTextIndexOptionKind OptionKind { get; set; }
public:
property FullTextIndexOptionKind OptionKind {
FullTextIndexOptionKind get ();
void set (FullTextIndexOptionKind value);
}
member OptionKind : FullTextIndexOptionKind with get, set
function get OptionKind () : FullTextIndexOptionKind
function set OptionKind (value : FullTextIndexOptionKind)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.