ParameterInfo.Name Propiedad
Gets the name of the parameter.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcKeyAttribute()> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Name As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The parameter name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices