Compartir a través de


ParameterInfo.ObjectType Propiedad

Gets the object type 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 ObjectType As Short 
    Get
'Uso
Dim instance As ParameterInfo 
Dim value As Short 

value = instance.ObjectType
[SfcPropertyAttribute(Data = true)]
public short ObjectType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property short ObjectType {
    short get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectType : int16
function get ObjectType () : short

Valor de la propiedad

Tipo: System.Int16
The object type.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices