Свойство ParameterInfo.Name

Gets the name of the parameter.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcKeyAttribute()> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Name As String 
    Get
'Применение
Dim instance As ParameterInfo 
Dim value As String 

value = instance.Name
[SfcKeyAttribute()]
[SfcPropertyAttribute(Data = true)]
public string Name { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(Data = true)]
public:
property String^ Name {
    String^ get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(Data = true)>]
member Name : string
function get Name () : String

Значение свойства

Тип: System.String
The parameter name.

См. также

Справочник

ParameterInfo Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices