CollationInfo.Collations Property

Gets a collection of supported collations.

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

Syntax

'Declaration
Public Shared ReadOnly Property Collations As IMetadataCollection(Of ICollation)
    Get
'Usage
Dim value As IMetadataCollection(Of ICollation)

value = CollationInfo.Collations
public static IMetadataCollection<ICollation> Collations { get; }
public:
static property IMetadataCollection<ICollation^>^ Collations {
    IMetadataCollection<ICollation^>^ get ();
}
static member Collations : IMetadataCollection<ICollation>
static function get Collations () : IMetadataCollection<ICollation>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ICollation>
The IMetadataCollection of ICollation that contains supported collations.

See Also

Reference

CollationInfo Class

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace