Compartir a través de


DataSourceInformation.CommandParameterSupport Field

Specifies what parameter directions are supported.

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

Syntax

Public Const CommandParameterSupport As String

Dim value As String

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

Field Value

Type: System.String

Remarks

Values for this property are single integers representing the bitmask of all supported parameter directions from the DataParameterDirection enumeration.

For example, to specify that the In and ReturnValue directions are supported, the value of this property would be the integer equivalent of [DataParameterDirection.In | DataParameterDirection.ReturnValue].

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace