Partager via


ISqlLinkedServer.CollationName, propriété

Obtient ou définit une valeur qui modélise l'option sp_serveroption Classement.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property CollationName As String
    Get
    Set
string CollationName { get; set; }
property String^ CollationName {
    String^ get ();
    void set (String^ value);
}
abstract CollationName : string with get, set
function get CollationName () : String
function set CollationName (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms