Freigeben über


Name-Eigenschaft

Gets the name of a value in an enumeration.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property Name As String
    Get
'Usage
Dim instance As IDTSFriendlyEnum100
Dim value As String

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Eigenschaftswert

Typ: System. . :: . .String
The name of a value in the enumeration.