Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collation, or linguistically appropriate sorting, of this column.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Collation, Visible := False)> _
Public Property Collation As String
[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)
Property Value
Type: System.String
A T:System.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.