Compartir a través de


FullTextCatalogOption.OptionKind Propiedad

Gets or sets the fulltext catalog 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 FullTextCatalogOptionKind 
    Get 
    Set
'Uso
Dim instance As FullTextCatalogOption 
Dim value As FullTextCatalogOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public FullTextCatalogOptionKind OptionKind { get; set; }
public:
property FullTextCatalogOptionKind OptionKind {
    FullTextCatalogOptionKind get ();
    void set (FullTextCatalogOptionKind value);
}
member OptionKind : FullTextCatalogOptionKind with get, set
function get OptionKind () : FullTextCatalogOptionKind 
function set OptionKind (value : FullTextCatalogOptionKind)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOptionKind
The fulltext catalog option kind.

Vea también

Referencia

FullTextCatalogOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom