Proprietà IDTSFriendlyEnum100.Name
Gets the name of a value in an enumeration.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property Name As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The name of a value in the enumeration.