Proprietà ISqlLinkedServer.CollationName

Ottiene o imposta un valore che modella l'opzione "collation" per sp_serveroption.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel