Partager via


Propriété IDTSInputColumn100.Length

Gets the length of a column.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property Length As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An Integer that contains the length of the column.

Notes

The Length property is required for the following data types.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

For all other data types, Length is zero.

Voir aussi

Référence

IDTSInputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper