Udostępnij przez


DeferredUseMode Enumeration

The DeferredUseMode enumeration contains values that specify how that deferred use can be instructed to handle Transact-SQL statements on the server connection.

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Deklaracja
Public Enumeration DeferredUseMode
public enum DeferredUseMode
public enum class DeferredUseMode
public enum DeferredUseMode
public enum DeferredUseMode

Members

Member name Description
CollapseRedundant Collapse redundant statements.
MergeSql Merge Transact-SQL statements.
None Statements are handled as usual.

Remarks

The DeferredUseMode enumeration class is served by the ServerConnection class.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.