다음을 통해 공유


IDTSFriendlyEnum100.Value 속성

Gets the friendly name used for an enumeration item identified by the Name property.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property Value As Integer 
    Get
‘사용 방법
Dim instance As IDTSFriendlyEnum100 
Dim value As Integer 

value = instance.Value
int Value { get; }
property int Value {
    int get ();
}
abstract Value : int
function get Value () : int

속성 값

유형: System.Int32
The friendly name of the item in the enumeration.

참고 항목

참조

IDTSFriendlyEnum100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스