Generator.Collation 属性

获取或设置此列的排序规则(即按照语言学进行相应排序)。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Collation, Visible := False)> _
Public Property Collation As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Collation, Visible = false)]
public string Collation { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Collation, Visible = false)]
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Collation, Visible = false)>]
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)

属性值

类型:System.String
一个 T:System.String,其中包含列的排序规则。

备注

InputAttributeAutoAssignedInput 命名参数对该属性进行了修饰。

.NET Framework 安全性

请参见

参考

Generator 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间