Vertaling van "Code ruft" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Der folgende Code ruft den Wert der lname-Spalte ab, der eine Zeichenfolge ist.
The following code retrieves the value of the lname column, which is a character string.
Dieser Code ruft die Header-Daten der Nachrichten ab und speichert sie in einer cfpop-Datensatzgruppe namens Sample.
This code retrieves the message headers and stores them in a cfpop record set called Sample.
Ihr Code ruft die $BV.ui dazu auf, die gesamte Produktbewertungs- oder Frageanzahl auszugeben, und führt dann eine Aktion anhand dieses Wertes aus.
Your code calls $BV.ui to return the total product review or question count and then executes an action based on that value.
Der generierte Code ruft automatisch optimierte CUDA-Bibliotheken von NVIDIA auf, darunter TensorRT, cuDNN und cuBLAS, damit er mit geringer Latenz und hohem Durchsatz auf NVIDIA-GPUs ausgeführt werden kann.
If the generated code calls third-party accelerated libraries such as cuDNN, cuFFT, cuSolver, or cuBLAS, you need to install these libraries separately prior to compiling the generated code.
Ihr Code ruft die Benutzerberechtigungen über das Visual Guard API ab und aktiviert die passenden Anwendungseigenschaften.
Your code retrieves the user permissions via the Visual Guard API and enables the proper application features.
Der folgende Code ruft die Werte aus drei Spalten aus dem ULTable-Objekt "tCustomer" ab und zeigt sie in Textfeldern an
The following code retrieves the value of three columns from the tCustomer ULTable object, and displays them in text boxes.
AND: Der folgende Code ruft alle persönlichen Kontakte auf, die bei Microsoft arbeiten.
AND: The following code retrieves all personal contacts who work at Microsoft.
Dieser Code ruft den Kanal-URI für die App von WNS ab und registriert dann diesen Kanal-URI bei Ihrem Azure portal.
Benachrichtigungshub.This code retrieves the channel URI for the app from MPNS, and then registers that channel URI with your notification hub.
Dieser Code ruft zuerst alle Elemente in der Vorlage mit dem Tagnamen "text" ab.
This code first retrieves all elements in the template with a tag name of "text".
Der obige Code ruft das folgende XML-Skelett ab, dessen Details Sie in den folgenden Schritten mithilfe standardmäßiger DOM (Document Object Model)-Funktionen bereitstellen.
The code above retrieves the following XML skeleton, for which you will provide the details in subsequent steps through standard DOM functions.
Dieser Code ruft einen privilegierten Proxyvorgang auf, der für diese Farm nicht verfügbar ist. Wenden Sie sich an den Farmadministrator.
This code is calling a privileged proxy operation that is not available on this farm. Please contact your farm administrator.
Mit dem vorstehenden Code ruft JavaScript jedes Mal, wenn myNumberType in einem Kontext verwendet wird, in dem es als primitiver Wert dargestellt werden muss, automatisch die im vorstehenden Code definierte Funktion auf.
With the preceding code in place, any time an object of type myNumberType is used in a context where it is to be represented as a primitive value, JavaScript automatically calls the function defined in the preceding code.
<cfquery Dieser Code ruft die Speicherorte von allen Abteilungen in der Tabelle Departmt ab.
Gets the locations of all departments in the Departmt table.