Proprietà CreateFullTextIndexStatement.KeyIndexName
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
Public Property KeyIndexName As Identifier
Get
Set
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.