Share via


IDTSFriendlyEnum100.Name Property

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

Property Value

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

See Also

Reference

IDTSFriendlyEnum100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace