Compartir a través de


Name Propiedad

Gets the name of a value in an enumeration.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Name As String
    Get
'Uso
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

Valor de la propiedad

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