Proprietà ISqlLinkedServer.IsCollationCompatible

Ottiene o imposta un valore che modella l'opzione "collation compatible" 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 IsCollationCompatible As Boolean
    Get
    Set
bool IsCollationCompatible { get; set; }
property bool IsCollationCompatible {
    bool get ();
    void set (bool value);
}
abstract IsCollationCompatible : bool with get, set
function get IsCollationCompatible () : boolean
function set IsCollationCompatible (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

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