IDTSExternalMetadataColumn100.Length 속성
Gets or sets the length of the external metadata column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Property Length As Integer
Get
Set
‘사용 방법
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)
속성 값
유형: System.Int32
The length of the external metadata column.