Freigeben über


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

'Declaration
Public Enumeration DeferredUseMode
'Usage
Dim instance As DeferredUseMode
public enum DeferredUseMode
public enum class DeferredUseMode
type DeferredUseMode
public enum DeferredUseMode

Elemente

Elementname Beschreibung
CollapseRedundant Collapse redundant statements.
MergeSql Merge Transact-SQL statements.
None Statements are handled as usual.

Hinweise

The DeferredUseMode enumeration class is served by the ServerConnection class.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace