Compartilhar via


Propriedade do RDL TSqlModelOptions.Collation

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

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

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

Tipo: System.String

Consulte também

Referência

TSqlModelOptions Classe

Namespace Microsoft.SqlServer.Dac.Model