TO CREATE AN INSTANCE Meaning in Japanese - translations and usage examples

[tə kriː'eit æn 'instəns]
[tə kriː'eit æn 'instəns]
インスタンスを作成する
インスタンスを生成しようと
インスタンスを生成します

Examples of using To create an instance in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The keyword new is used to create an instance of the class.
Newキーワードはクラスのインスタンスを作るために使われます。
Specify the collection name as an argument to the constructor to create an instance.
コンストラクタの引数にコレクション名を指定し、インスタンスを生成します
All we need is to create an instance and set the Template Resolver to it.
インスタンスを作成してテンプレートリゾルバーをセットするだけです。
You can pass a class to a generic function make to create an instance.
クラスをジェネリック関数makeに渡してインスタンスを生成します
An alternative is to create an instance of Zend_Mime_Part and add it.
もうひとつの方法は、Zend_Mime_Partのインスタンスを作成して
Invoke the createConnectedApp method within an Apex test to create an instance of your connected app.
Apexテスト内でcreateConnectedAppメソッドを呼び出して接続アプリケーションのインスタンスを作成します
To create an instance of an object, you need to tell COM what the GUID of the object is.
オブジェクトのインスタンスを作成するには、オブジェクトのGUIDをCOMに伝えます。
This section describes how to create an instance of a database Adapter.
ここでは、データベースアダプタのインスタンスを作成する方法を説明します。
In the generated tests you will see that the IDEautomatically adds code that calls on EJBContainer to create an instance of the EJB container.
生成されたテストで、EJBコンテナのインスタンスを作成するためにEJBContainerをコールするコードがIDEによって自動的に追加されることを確認します。
The easiest way to create an instance of Zend_Db_Select is to use the Zend_Db_Adapter: :select() method.
Zend_Db_Selectのインスタンスを生成する一番簡単な方法は、Zend_Db_Adapter::select()メソッドを使用することです。
To access the untyped AST, you need to create an instance of FSharpChecker.
型無しASTにアクセスするには、FSharpCheckerのインスタンスを作成します
Persistent_id To create an instance that persists between requests, use persistent_id to specify a unique ID for the instance..
Persistent_idリクエストの間に存続するインスタンスを作成するには、persistent_idを使用してインスタンスの一意のIDを指定します。
To use the API, you will first need to create an instance of the GrabzItClient class.
APIを使用するには、最初にのインスタンスを作成する必要がありますGrabzItClientクラス。
It eliminates the clutter of typing Components. classes, Components. interfaces, createInstance,and so on every time you wish to create an instance.
これを使うと、インスタンスを作りたい時に毎回Components.classes、Components.interfaces、createInstanceなどをタイピングする手間が無くなります。
The first action taken by Laravel itself is to create an instance of the application/ service container.
Laravel自身の最初のアクションは、アプリケーション/サービスコンテナのインスタンスを生成することです。
First we need to create an instance of Doctrine_Search_File which is a child of Doctrine_Search providing some extra functionality needed for the file searches.
最初にDoctrine\_Search\_Fileのインスタンスを作る必要があります。これはDoctrine_Searchの子クラスでファイル検索に必要な機能を提供します。
To use our screenshot service you will first need to create an instance of the GrabzItClient class.
スクリーンショットサービスを使用するには、まずのインスタンスを作成する必要がありますGrabzItClientクラス。
To use the API you will first need to create an instance of the GrabzItClient class and pass your application key and application secret from your GrabzIt account to the constructor.
APIを使用するには、最初にのインスタンスを作成する必要がありますGrabzItClientクラスとパスアプリケーションキーとアプリケーションシークレットGrabzItアカウントからコンストラクターへ。
Program gets hung in memory oran'Access Denied' error occurs when trying to create an instance of the Application on a server.
サーバーにアプリケーションのインスタンスを生成しようとすると、アクセス拒否エラーが発生します。
CreateElement() method: Allows you to create an instance of a standard HTML element that behaves like a given registered custom built-in element.
CreateElement()メソッドの"is"オプション:カスタムビルトイン要素のように振る舞う標準のHTML要素のインスタンスを作成できます。
Interceptors to add interceptors to transform the data,make sure to create an instance before adding interceptors.
Interceptorsを使用してデータを処理する場合、interceptorsを追加する前にインスタンスを作成してください。
In the second case, we are saying that we want to create an instance of a C++ class that implements the interface ISomeInterface and we are using CSomeObject as that C++ class.
後者はISomeInterfaceインタフェースを実装するC++のクラスのインタフェースを生成したいということを表しており、C++のクラスとしてCSomeObjectを使用している。
The Err object is an intrinsicobject with global scope there is no need to create an instance of it in your code.
The Err objectisanintrinsicobjectwithglobalscope.コード内にそのインスタンスを作成する必要はありません。
To use the API you will first need to create an instance of the GrabzItClient class, passing your application key and application secret from your GrabzIt account to the constructor.
APIを使用するには、最初にのインスタンスを作成する必要がありますGrabzItClientクラス、渡すアプリケーションキーとアプリケーションシークレットGrabzItアカウントからコンストラクターへ。
Although socket addresses are built-in classes,you can use make method to create an instance of a specific socket address family.
ソケットアドレスはビルトインクラスですが、makeメソッドで特定のソケットアドレスファミリのインスタンスを作成することができます。
To create an instance of Zend_Db_Adapter for your particular database backend, you need to call Zend_Db::factory() with the name of the adapter and an array of parameters describing the connection.
バックエンドのデータベースに対応したZend_Db_Adapterのインスタンスを作成するには、接続パラメータの配列とアダプタの名前を渡してZend_Db::factory()をコールする必要があります。
The first stage on starting touse the API in your Java App is to create an instance of the GrabzItClient class, passing your application key and application secret from your GrabzIt account to the constructor.
JavaアプリでAPIの使用を開始する最初の段階は、のインスタンスを作成することですGrabzItClientクラス、渡すアプリケーションキーとアプリケーションシークレットGrabzItアカウントからコンストラクターへ。
The only thing that I have to change in the rest of the application is that I go to the AppDelegate, and instead of having the entity gateway created with a memory repository,I'm going to create an instance of this CloudKit ripple, and I should be able to run it.
アプリの残りの部分で変更する必要があるのは、AppDelegateに移動し、EntityGatewayをメモリリポジトリで作成する代わりに、このCloudKitリポジトリのインスタンスを作成するだけで、それは実行できるはずです。ここのバックエンドは他と異なっています。
Net application on Windows 2003 Server operating with IIS v6.0 it is possible to getan'Access Denied' error when trying to create an instance of the clsConvertDocClass exposed via Interpop(an instance of UnauthorisedAccess exception).
を実行するWindows2003サーバ上で動作するAPS.NETアプリケーションを開発する場合、Interpop(UnauthorizedAccessインスタンスの例外)経由でclsConvertDocClassインスタンスを生成しようとすると、アクセス拒否エラーが発生することがあります。
Results: 29, Time: 0.0367

Word-for-word translation

Top dictionary queries

English - Japanese