Méthode RemoteProvider.With (IRemoteBinding, IRemoteBinding)
Espace de noms : Microsoft.ComplexEventProcessing.Linq
Assembly : Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function With ( _
first As IRemoteBinding, _
second As IRemoteBinding _
) As IRemoteBinding
'Utilisation
Dim first As IRemoteBinding
Dim second As IRemoteBinding
Dim returnValue As IRemoteBinding
returnValue = first.With(second)
public static IRemoteBinding With(
this IRemoteBinding first,
IRemoteBinding second
)
[ExtensionAttribute]
public:
static IRemoteBinding^ With(
IRemoteBinding^ first,
IRemoteBinding^ second
)
static member With :
first:IRemoteBinding *
second:IRemoteBinding -> IRemoteBinding
public static function With(
first : IRemoteBinding,
second : IRemoteBinding
) : IRemoteBinding
Paramètres
- first
Type : Microsoft.ComplexEventProcessing.Linq.IRemoteBinding
- second
Type : Microsoft.ComplexEventProcessing.Linq.IRemoteBinding
Valeur de retour
Type : Microsoft.ComplexEventProcessing.Linq.IRemoteBinding
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IRemoteBinding. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=sql.111) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=sql.111).