Name propriété
Gets the name of a value in an enumeration.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans 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 la propriété
Type : System. . :: . .String
The name of a value in the enumeration.