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 命名空间