Propriedade do RDL FullTextCatalogOption.OptionKind
Gets or sets the fulltext catalog 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 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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOptionKind
The fulltext catalog option kind.