Propriedade do RDL Collation
Gets the ICollation object that identifies the collation used by the column.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Collation As ICollation
Get
'Uso
Dim instance As IColumn
Dim value As ICollation
value = instance.Collation
ICollation Collation { get; }
property ICollation^ Collation {
ICollation^ get ();
}
abstract Collation : ICollation
function get Collation () : ICollation
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICollation
The ICollation object that identifies the collation used by the column.
Consulte também