IDTSExternalMetadataColumn100.Length Property
Gets or sets the length of the external metadata column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property Length As Integer
Get
Set
'Usage
Dim instance As IDTSExternalMetadataColumn100
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)
Property Value
Type: System.Int32
The length of the external metadata column.