DataCommandType.TabularFunction Field

Indicates a tabular function command type, where the command text is the identifier of a function to execute that returns a result set.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Const TabularFunction As Integer
'使用
Dim value As Integer

value = DataCommandType.TabularFunction
public const int TabularFunction
public:
literal int TabularFunction
public const var TabularFunction : int

Field Value

Type: System.Int32

Remarks

This name must follow all standard rules for tabular function identifiers on the data source. Executing the command will cause all data returned by this function to be selected (given a valid set of parameters).

Permissions

See Also

Reference

DataCommandType Class

DataCommandType Members

Microsoft.VisualStudio.Data Namespace