FullTextIndex.SearchPropertyListName プロパティ
このオブジェクトと関連付けられている SearchPropertyList の名前を含む String を取得または設定します。
名前空間: 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
このオブジェクトと関連付けられている SearchPropertyList の名前を含む String です。