共用方式為


IDTSExternalMetadataColumn100.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.

請參閱

參考

IDTSExternalMetadataColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間