Freigeben über


ISqlLinkedServer.CollationName-Eigenschaft

Ruft einen Wert ab, der die sp_serveroption-Option "collation" modelliert, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlLinkedServer Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace