Share via


CollationLookupBase Class

Provides the ability to look up collations.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationLookupBase

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

Syntax

'Declaration
Public MustInherit Class CollationLookupBase _
    Implements ICollationLookup
'Usage
Dim instance As CollationLookupBase
public abstract class CollationLookupBase : ICollationLookup
public ref class CollationLookupBase abstract : ICollationLookup
[<AbstractClassAttribute>]
type CollationLookupBase =  
    class
        interface ICollationLookup
    end
public abstract class CollationLookupBase implements ICollationLookup

The CollationLookupBase type exposes the following members.

Constructors

  Name Description
Protected method CollationLookupBase Initializes a new instance of the CollationLookupBase class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.