次の方法で共有


SearchPropertyListFullTextIndexOption.PropertyListName プロパティ

検索プロパティ リストの名前を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property PropertyListName As Identifier 
    Get 
    Set
'使用
Dim instance As SearchPropertyListFullTextIndexOption 
Dim value As Identifier 

value = instance.PropertyListName

instance.PropertyListName = value
public Identifier PropertyListName { get; set; }
public:
property Identifier^ PropertyListName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member PropertyListName : Identifier with get, set
function get PropertyListName () : Identifier 
function set PropertyListName (value : Identifier)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
検索プロパティ リストの名前。

関連項目

参照

SearchPropertyListFullTextIndexOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間