ParameterInfo.ObjectName Propiedad
Gets the object 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
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectName As String
Get
'Uso
Dim instance As ParameterInfo
Dim value As String
value = instance.ObjectName
[SfcPropertyAttribute(Data = true)]
public string ObjectName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ObjectName {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectName : string
function get ObjectName () : String
Valor de la propiedad
Tipo: System.String
The object name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices