Generator.Collation Property
Gets or sets the collation, or linguistically appropriate sorting, of this column.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Collation, Visible := False)> _
Public Property Collation As String
'Usage
Dim instance As Generator
Dim value As String
value = instance.Collation
instance.Collation = value
[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);
}
public function get Collation () : String
public function set Collation (value : String)
Property Value
Type: System.String
A String that contains the collation of the column.
Remarks
This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
.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.