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.