Propriedade do RDL SqlMetaData.Scale
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public ReadOnly Property Scale As Byte
Get
'Uso
Dim instance As SqlMetaData
Dim value As Byte
value = instance.Scale
public byte Scale { get; }
public:
property unsigned char Scale {
unsigned char get ();
}
member Scale : byte
function get Scale () : byte
Valor da propriedade
Tipo: System.Byte