Partilhar via


Propriedade ISqlServerOptions.Collation

Obtém ou define o agrupamento de servidor.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel