다음을 통해 공유


ICollationLookup.Collations 속성

Gets a collection of all system supported collations.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Collations As IMetadataCollection(Of ICollation)
    Get
‘사용 방법
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>

속성 값

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

참고 항목

참조

ICollationLookup 인터페이스

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