Partager via


Propriété ParameterInfo.ObjectType

Gets the object type of the parameter.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectType As Short 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int16
The object type.

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices