Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates the scale of numeric data in a column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Public lScale As Integer
'Utilisation
Dim instance As DTP_BUFFCOL
Dim value As Integer
value = instance.lScale
instance.lScale = value
public int lScale
public:
int lScale
val mutable lScale: int
public var lScale : int
Notes
For DT_NUMERIC and DT_DECIMAL types, this value indicates the scale of numeric data in the column. For all other types, the value is zero and is ignored.