Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the data type given to the parameter located in the specified position in the array. This field is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParameterTypes As TypeCode()
Get
'Utilisation
Dim instance As EventInfo
Dim value As TypeCode()
value = instance.ParameterTypes
public TypeCode[] ParameterTypes { get; }
public:
property array<TypeCode>^ ParameterTypes {
array<TypeCode>^ get ();
}
member ParameterTypes : TypeCode[]
function get ParameterTypes () : TypeCode[]
Valeur de propriété
Type : array<System.TypeCode[]
An ushort data type for the parameter in the array at the position specified.