CollationLookupBase.Collations 속성

Gets a collection of all supported collations.

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

구문

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

속성 값

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

구현

ICollationLookup.Collations

참고 항목

참조

CollationLookupBase 클래스

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