Compartir a través de


TSqlModelOptions.Collation Propiedad

Specifies the Collation to use for the model. This is a string such as "SQL_Latin1_General_CP1_CI_AS", which must be a valid SQL Server Collation Name

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property Collation As String 
    Get 
    Set
'Uso
Dim instance As TSqlModelOptions 
Dim value As String 

value = instance.Collation

instance.Collation = value
public string Collation { get; set; }
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
member Collation : string with get, set
function get Collation () : String 
function set Collation (value : String)

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

TSqlModelOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model