ICollationSetter Interface
Represents the collation identifier.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Interface ICollationSetter
public interface ICollationSetter
public interface class ICollationSetter
type ICollationSetter = interface end
public interface ICollationSetter
The ICollationSetter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Collation | Gets or sets the collation identifier. |
Top