CommandBehavior 열거형
Describes of the results of the query and its effect on the database.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
구문
‘선언
Public Enumeration CommandBehavior
‘사용 방법
Dim instance As CommandBehavior
public enum CommandBehavior
public enum class CommandBehavior
type CommandBehavior
public enum CommandBehavior
멤버
멤버 이름 | 설명 | |
---|---|---|
SchemaOnly | The query returns column information only, and does not affect the database state. | |
SingleResult | The query returns a single result set. Execution of the query may affect the database state. |
주의
The CommandBehavior values are used by the ExecuteReader method of the IDbCommand class and any classes derived from it.
A bitwise combination of these values may be used.