Свойство 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.