DataSourceInformation.CommandExecuteSupport Field

Specifies what types of commands are supported by the Execute(String, DataCommandType, [], Int32) and ExecuteWithoutResults(String, DataCommandType, [], Int32) methods.

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

Syntax

'宣言
Public Const CommandExecuteSupport As String
'使用
Dim value As String

value = DataSourceInformation.CommandExecuteSupport
public const string CommandExecuteSupport
public:
literal String^ CommandExecuteSupport
public const var CommandExecuteSupport : String

Field Value

Type: System.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.

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace