DataScale-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
For more information, see FlatFileColumn.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property DataScale As Integer
Get
Set
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumn100
Dim value As Integer
value = instance.DataScale
instance.DataScale = value
int DataScale { get; set; }
property int DataScale {
int get ();
void set (int value);
}
abstract DataScale : int with get, set
function get DataScale () : int
function set DataScale (value : int)