IMethodExecutionInfo.SystemUtilityType - Propriété
Obtient le type de l'utilitaire système qui gère la communication avec le système externe.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
ReadOnly Property SystemUtilityType As Type
Get
'Utilisation
Dim instance As IMethodExecutionInfo
Dim value As Type
value = instance.SystemUtilityType
Type SystemUtilityType { get; }
Valeur de propriété
Type : System.Type
Le type de l'utilitaire système.
Voir aussi
Référence
IMethodExecutionInfo interface