📄 microsoft.practices.enterpriselibrary.data.xml.svn-base
字号:
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataEvent">
<summary>
Base class for data WMI events.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataEvent.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataEvent"/> class.
</summary>
<param name="instanceName">name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> this event applies on.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataEvent.InstanceName">
<summary>
Gets the name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> this event applies on.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.CommandFailedEvent.#ctor(System.String,System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.CommandFailedEvent"/> class.
</summary>
<param name="instanceName">The name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance that executed the failed command.</param>
<param name="connectionString">The connection string of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> that executed the failed command, with credentials removed.</param>
<param name="commandText">The text of the command that failed its execution.</param>
<param name="exceptionMessage">The message that describes the exception thrown when the command failed.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.CommandFailedEvent.CommandText">
<summary>
Gets the text of the command that failed its execution.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.CommandFailedEvent.ConnectionString">
<summary>
Gets the connection string of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> that executed the failed command, with credentials removed.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.CommandFailedEvent.ExceptionMessage">
<summary>
Gets the message that describes the exception thrown when the command failed.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.ConnectionFailedEvent">
<summary>
Represents the WMI event fired when a connection failed to be established.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.ConnectionFailedEvent.#ctor(System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.ConnectionFailedEvent"/> class.
</summary>
<param name="instanceName">The name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance that tried to establish the failed the connection.</param>
<param name="connectionString">The connection string that caused the failed connection, with credentials removed.</param>
<param name="exceptionMessage">The message that describes the exception thrown when the connection failed.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.ConnectionFailedEvent.ConnectionString">
<summary>
Gets the connection string that caused the failed connection, with credentials removed.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.ConnectionFailedEvent.ExceptionMessage">
<summary>
Gets the message that describes the exception thrown when the connection failed.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConfigurationFailureEvent">
<summary>
Represents the WMI event fired when an error in the configuration for the data access block is detected.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConfigurationFailureEvent.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConfigurationFailureEvent"/> class.
</summary>
<param name="instanceName">Name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance the failure ocurred in.</param>
<param name="exceptionMessage">The message that represents the exception thrown when the configuration error was detected.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConfigurationFailureEvent.ExceptionMessage">
<summary>
Gets the message that represents the exception thrown when the configuration error was detected.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationListenerBinder">
<summary>
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Explicit binder for data access instrumentation.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationListenerBinder.Bind(System.Object,System.Object)">
<summary>
Binds the events exposed by the source to the handlers in the listener.
</summary>
<param name="source">The source of instrumentation events. Must be an instance of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider"/>.</param>
<param name="listener">The listener for instrumentation events. Must be an instance of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationListener"/>.</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider">
<summary>
Defines the logical events that can be instrumented for <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> objects.
</summary>
<remarks>
The concrete instrumentation is provided by an object bound to the events of the provider.
The default listener, automatically bound during construction, is <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationListener"/>.
</remarks>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.FireCommandExecutedEvent(System.DateTime)">
<summary>
Fires the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.commandExecuted"/> event.
</summary>
<param name="startTime">The time the command started its execution.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.FireCommandFailedEvent(System.String,System.String,System.Exception)">
<summary>
Fires the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.commandFailed"/> event.
</summary>
<param name="commandText">The text of the command that failed its execution.</param>
<param name="connectionString">The connection string of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> that executed the failed command, with credentials removed.</param>
<param name="exception">The exception thrown when the command failed.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.FireConnectionOpenedEvent">
<summary>
Fires the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.connectionOpened"/> event.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.FireConnectionFailedEvent(System.String,System.Exception)">
<summary>
Fires the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.connectionFailed"/> event.
</summary>
<param name="connectionString">The connection string that caused the failed connection, with credentials removed.</param>
<param name="exception">The exception thrown when the connection failed.</param>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.connectionOpened">
<summary>
Occurs when a new database connection is opened by a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance.
</summary>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.connectionFailed">
<summary>
Occurs when the attempt to open a new database connection by a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance fails.
</summary>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.commandExecuted">
<summary>
Occurs when a database command is executed by a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance.
</summary>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationProvider.commandFailed">
<summary>
Occurs when the attempt to execute a database command by a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance fails.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger">
<summary>
The instrumentation gateway when no instances of the objects from the block are involved.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger.#ctor(System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger"/> class, specifying whether
logging to the event log and firing WMI events is allowed.
</summary>
<param name="eventLoggingEnabled"><b>true</b> if writing to the event log is allowed, <b>false</b> otherwise.</param>
<param name="wmiEnabled"><b>true</b> if firing WMI events is allowed, <b>false</b> otherwise.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger.LogConfigurationError(System.Exception,System.String)">
<summary>
Logs the occurrence of a configuration error for the Enterprise Library Data Access Application Block through the
available instrumentation mechanisms.
</summary>
<param name="instanceName">Name of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance in which the configuration error was detected.</param>
<param name="exception">The exception raised for the configuration error.</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLoggerCustomFactory">
<summary>
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Represents the process to build a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger"/> according to instrumentation configuration.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLoggerCustomFactory.DoCreateObject(Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration.InstrumentationConfigurationSection)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Builds a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger"/>.
</summary>
<param name="instrumentationConfigurationSection">The instrumentation section that is used as configuration.</param>
<returns>A fully initialized instance of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DefaultDataEventLogger"/>.</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OracleConnectionData">
<summary>
Oracle-specific connection information.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OracleConnectionData.#ctor">
<summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -