Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies what types of commands are supported by the Execute(String, DataCommandType, array<IVsDataParameter[], Int32) and ExecuteWithoutResults(String, DataCommandType, array<IVsDataParameter[], Int32) methods.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Const CommandExecuteSupport As String
public const string CommandExecuteSupport
public:
literal String^ CommandExecuteSupport
static val mutable CommandExecuteSupport: string
public const var CommandExecuteSupport : String
Remarks
Values for this property are formatted as comma-delimited lists of integers representing values from the DataCommandType enumeration or other, provider-specific data command types.
For example, to specify that Text and Procedure are supported, the value of this property would be 1,4.
.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.