StopListName プロパティ
フルテキスト検索ストップ リストの名前を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListName As String
Get
Set
'使用
Dim instance As FullTextIndex
Dim value As String
value = instance.StopListName
instance.StopListName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string StopListName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ StopListName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListName : string with get, set
function get StopListName () : String
function set StopListName (value : String)
プロパティ値
型: System. . :: . .String
フルテキスト ストップ リストの名前を示す String 値です。