Propriedade do RDL CreateFullTextIndexStatement.KeyIndexName
Gets or sets the name of the key index.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the key index.