Share via


CollationInfo.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<ICollation>
The IMetadataCollection of ICollation that contains supported collations.

참고 항목

참조

CollationInfo 클래스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스