Compartir a través de


CreateFullTextIndexStatement.KeyIndexName Propiedad

Gets or sets the name of the key index.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property KeyIndexName As Identifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the key index.

Vea también

Referencia

CreateFullTextIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom