IDTSConnectionManagerCacheColumn100.Length Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa 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 Length As Integer
Get
Set
'Uso
Dim instance As IDTSConnectionManagerCacheColumn100
Dim value As Integer
value = instance.Length
instance.Length = value
int Length { get; set; }
property int Length {
int get ();
void set (int value);
}
abstract Length : int with get, set
function get Length () : int
function set Length (value : int)
Valor de la propiedad
Tipo: System.Int32