Compartir a través de


ISqlLinkedServer.CollationName (Propiedad)

Obtiene o establece un valor que modela la opción "intercalación" para sp_serveroption.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)