Proprietà ISqlDatabaseOptions.Collation
Ottiene o imposta le regole di confronto del database.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property Collation As String
Get
Set
string Collation { get; set; }
property String^ Collation {
String^ get ();
void set (String^ value);
}
abstract Collation : string with get, set
function get Collation () : String
function set Collation (value : String)
Valore proprietà
Tipo: System.String
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.