ISqlSimpleColumn.Collation Property

Gets or sets the collation string.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Collation As String
    Get
    Set
'Usage
Dim instance As ISqlSimpleColumn
Dim value As String

value = instance.Collation

instance.Collation = value
string Collation { get; set; }
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
function get Collation () : String
function set Collation (value : String)
abstract Collation : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

ISqlSimpleColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace