CollationLookupBase.Collations Property
Gets a collection of all supported collations.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property Collations As IMetadataCollection(Of ICollation)
Get
'Usage
Dim instance As CollationLookupBase
Dim value As IMetadataCollection(Of ICollation)
value = instance.Collations
public IMetadataCollection<ICollation> Collations { get; }
public:
virtual property IMetadataCollection<ICollation^>^ Collations {
IMetadataCollection<ICollation^>^ get () sealed;
}
abstract Collations : IMetadataCollection<ICollation>
override Collations : IMetadataCollection<ICollation>
final function get Collations () : IMetadataCollection<ICollation>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ICollation>
The IMetadataCollection<T> of ICollation that contains all supported collations.
Implements
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace