Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Precision As Integer
'Usage
Dim instance As BufferColumn
Dim value As Integer
value = instance.Precision
instance.Precision = value
public int Precision
public:
int Precision
val mutable Precision: int
public var Precision : int