Partager via


Propriété 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

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property Collation As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String

Voir aussi

Référence

TSqlModelOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Model