Propriedade do RDL Collations
Gets a collection of supported collations.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Collations As IMetadataCollection(Of ICollation)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ICollation> ) > ) >
The IMetadataCollection of ICollation that contains supported collations.
Consulte também