Indicates a prepared command type, where the command text is an identifier previously returned by a call to the Prepare method.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Const Prepared As Integer
'使用
Dim value As Integer
value = DataCommandType.Prepared
public const int Prepared
public:
literal int Prepared
public const var Prepared : int
Field Value
Type: System.Int32
Permissions
- 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.