当前位置:MCPD(70-536)题库

问题:

[多选] 您最近正为Certkiller。 com创建的应用程序域几周后,您可能要从该应用程序域,即当前应用程序域中检索信息。您可以怎样实现这一目标呢?()

A .
B .
C .
D .

常见的职业心理病有()。 焦虑心理。 不安全感。 抵触心理。 失落心理。 流动负债融资的利息不固定,偿还期限短,加之成本高,因而风险大。 A Windows Azure application stores data in a SQL Azure database.  The application will start an operation that includes three insert statements.  You need to recommend an approach for rolling back the entire operation if the connection to SQL Azure is lost.  What should you recommend?()  Ensure that all statements execute in the same database transaction.。  Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block.。  Create a stored procedure in the database that wraps the insertstatements in a TRANSACTION block.。  Open a new connection to the database. Use a separate transaction scope to roll back the original operation.。 父亲的血型B型、M型,母亲的血型O型N型,子女不可能有的血型是() A型。 AB型。 B型。 O型。 MN型。 传统薪酬设计的一般步骤有()。 个人特征。 岗位分析。 薪酬管理。 绩效管理。 您最近正为Certkiller。 com创建的应用程序域几周后,您可能要从该应用程序域,即当前应用程序域中检索信息。您可以怎样实现这一目标呢?()
参考答案:

  参考解析

AppDomain 类的 CurrentDomain 属性是只读属性包含当前线程的应用程序域。返回当前正在运行的线程的应用程序域,也可以使用 GetDomain 方法的线程类。使用这些代码行之一,则将返回当前正在运行的应用程序,您可以从中检索信息的应用程序域对象。
错误答案: A, D:因为如果你使用这些代码的任何它将导致语法错误。净类库不提供 ApplicationDomain 或 MainThread 的类。

在线 客服