Length propriété
Gets or sets the length of the external metadata column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property Length As Integer
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int32
The length of the external metadata column.