Precision 属性
Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Property Precision As Integer
Get
Set
用法
Dim instance As IDTSExternalMetadataColumn100
Dim value As Integer
value = instance.Precision
instance.Precision = value
int Precision { get; set; }
property int Precision {
int get ();
void set (int value);
}
abstract Precision : int with get, set
function get Precision () : int
function set Precision (value : int)
属性值
类型:System. . :: . .Int32
The number of decimal places stored by an external metadata column that has a decimal data type.