Scale Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see ConnectionManager.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Property Scale As Integer
Get
Set
'Uso
Dim instance As IDTSConnectionManagerCacheColumn100
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)
Valor de la propiedad
Tipo: System. . :: . .Int32