Scale 属性
Gets or sets the number of digits 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 Scale As Integer
Get
Set
用法
Dim instance As IDTSExternalMetadataColumn100
Dim value As Integer
value = instance.Scale
instance.Scale = value
int Scale { get; set; }
property int Scale {
int get ();
void set (int value);
}
abstract Scale : int with get, set
function get Scale () : int
function set Scale (value : int)
属性值
类型:System. . :: . .Int32
The number of digits stored by an external metadata column that has a decimal data type.