Partager via


Propriété IDTSFriendlyEnum100.Name

Gets the name of a value in an enumeration.

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

IDTSFriendlyEnum100 Interface

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