Поделиться через


Свойство Collations

Gets a collection of supported collations.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property Collations As IMetadataCollection(Of ICollation)
    Get
'Применение
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>

Значение свойства

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ICollation> ) > ) >
The IMetadataCollection of ICollation that contains supported collations.