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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.