Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the full text option kind.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom