Compartir a través de


Value Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Value As Integer
    Get
'Uso
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

Valor de la propiedad

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