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