Condividi tramite


Proprietà Value

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

Spazio dei nomi:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Value As Integer
    Get
'Utilizzo
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

Valore proprietà

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