Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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