Share via


ICollationLookup Interface

Provides the ability to look up system supported collations.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface ICollationLookup
'Usage
Dim instance As ICollationLookup
public interface ICollationLookup
public interface class ICollationLookup
type ICollationLookup =  interface end
public interface ICollationLookup

The ICollationLookup type exposes the following members.

Properties

  Name Description
Public property Collations Gets a collection of all system supported collations.

Top