Свойство IDTSOutputColumn100.Precision
Gets the total number of digits contained in an output column.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
ReadOnly Property Precision As Integer
Get
'Применение
Dim instance As IDTSOutputColumn100
Dim value As Integer
value = instance.Precision
int Precision { get; }
property int Precision {
int get ();
}
abstract Precision : int
function get Precision () : int
Значение свойства
Тип: System.Int32
An Integer that represents the number of digits stored in the output column.
Замечания
If the column DataType is not DT_NUMERIC or DT_DECIMAL, this property is zero.
For more information about Службы Integration Services data types and their properties, see Типы данных служб Integration Services.