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.