Partager via


DataCommandType.Procedure Field

Indicates a procedure command type, where the command text is the name of the procedure to be executed.

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

Syntax

Public Const Procedure As Integer

Dim value As Integer

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

Field Value

Type: System.Int32

Remarks

This name must follow all standard rules for procedure identifiers on the data source. Executing the command causes the procedure to be executed (given a valid set of parameters) and also causes any expected results to be returned.

Permissions

See Also

Reference

DataCommandType Class

DataCommandType Members

Microsoft.VisualStudio.Data Namespace