共用方式為


CreateFullTextIndexStatement.KeyIndexName 屬性

Gets or sets the name of the key index.

命名空間:  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
The name of the key index.

請參閱

參考

CreateFullTextIndexStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間