共用方式為


StopListName 屬性

Gets the name of the full-text Search stop list.

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

語法

'宣告
<SfcPropertyAttribute> _
Public Property StopListName As String
    Get
    Set
'用途
Dim instance As FullTextIndex
Dim value As String

value = instance.StopListName

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

屬性值

型別:System. . :: . .String
A String value that specifies the name of the full-text stop list.