Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Const Procedure As Integer
public const int Procedure
public:
literal int Procedure
static val mutable Procedure: int
public const var Procedure : int
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.