Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the SEARCH PROPERTY LIST option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SearchPropertyListOption As SearchPropertyListFullTextIndexOption
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListFullTextIndexOption
The SEARCH PROPERTY LIST option.