Partager via


Propriété IDTSFriendlyEnum100.Value

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property Value As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSFriendlyEnum100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper