Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the friendly name used for an enumeration item identified by the Name property.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property Value As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The friendly name of the item in the enumeration.