共用方式為


SqlInterpreterConstructor.Comparer 屬性

取得或設定要用於名稱比較的比較子。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Property Comparer As ModelCollationComparer
    Get
    Set
public ModelCollationComparer Comparer { get; set; }
public:
property ModelCollationComparer^ Comparer {
    ModelCollationComparer^ get ();
    void set (ModelCollationComparer^ value);
}
member Comparer : ModelCollationComparer with get, set
function get Comparer () : ModelCollationComparer
function set Comparer (value : ModelCollationComparer)

屬性值

型別:Microsoft.Data.Schema.SchemaModel.ModelCollationComparer

.NET Framework 安全性

請參閱

參考

SqlInterpreterConstructor 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間