Length Propiedad
Gets the length of a column.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
ReadOnly Property Length As Integer
Get
'Uso
Dim instance As IDTSInputColumn100
Dim value As Integer
value = instance.Length
int Length { get; }
property int Length {
int get ();
}
abstract Length : int
function get Length () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An Integer that contains the length of the column.