Dela via


ISqlLinkedServer.CollationName Property

Gets or sets a value that models the "collation" option for sp_serveroption.

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

Syntax

'Declaration
Property CollationName As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace