SqlScriptComparerConstructor.Collation Property
Gets or sets the model collation to use when comparing identifiers.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property Collation As ModelCollation
public ModelCollation Collation { get; set; }
public:
property ModelCollation^ Collation {
ModelCollation^ get ();
void set (ModelCollation^ value);
}
member Collation : ModelCollation with get, set
function get Collation () : ModelCollation
function set Collation (value : ModelCollation)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
.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.