Freigeben über


SetSearchPropertyListAlterFullTextIndexAction.SearchPropertyListOption-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListFullTextIndexOption
The SEARCH PROPERTY LIST option.

Siehe auch

Verweis

SetSearchPropertyListAlterFullTextIndexAction Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace