次の方法で共有


CreateFullTextIndexStatement.KeyIndexName プロパティ

キー インデックスの名前を取得または設定します。

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

構文

'宣言
Public Property KeyIndexName As Identifier 
    Get 
    Set
'使用
Dim instance As CreateFullTextIndexStatement 
Dim value As Identifier 

value = instance.KeyIndexName

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
キー インデックスの名前。

関連項目

参照

CreateFullTextIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間