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.