Share via


ICollationLookup.Collations Property

Gets a collection of all system supported collations.

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

Syntax

'Declaration
ReadOnly Property Collations As IMetadataCollection(Of ICollation)
    Get
'Usage
Dim instance As ICollationLookup
Dim value As IMetadataCollection(Of ICollation)

value = instance.Collations
IMetadataCollection<ICollation> Collations { get; }
property IMetadataCollection<ICollation^>^ Collations {
    IMetadataCollection<ICollation^>^ get ();
}
abstract Collations : IMetadataCollection<ICollation>
function get Collations () : IMetadataCollection<ICollation>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ICollation>
A IMetadataCollection<T> of ICollation that contains all system supported collations.