共用方式為


FullTextIndex.SearchPropertyListName 屬性

Gets or sets the String which contains the name of the SearchPropertyList associated with this object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SearchPropertyListName As String 
    Get 
    Set
'用途
Dim instance As FullTextIndex 
Dim value As String 

value = instance.SearchPropertyListName

instance.SearchPropertyListName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string SearchPropertyListName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ SearchPropertyListName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SearchPropertyListName : string with get, set
function get SearchPropertyListName () : String 
function set SearchPropertyListName (value : String)

屬性值

型別:System.String
The String which contains the name of the SearchPropertyList associated with this object.

請參閱

參考

FullTextIndex 類別

Microsoft.SqlServer.Management.Smo 命名空間