Dela via


ISqlSimpleColumn.Collation Property

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

Syntax

'Declaration
Property Collation As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

ISqlSimpleColumn Members

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