DataSourceInformation.CommandDeriveSchemaSupport Field
Specifies what types of commands are supported by the DeriveSchema method.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public Const CommandDeriveSchemaSupport As String
Dim value As String
value = DataSourceInformation.CommandDeriveSchemaSupport
public const string CommandDeriveSchemaSupport
public:
literal String^ CommandDeriveSchemaSupport
public const var CommandDeriveSchemaSupport : String
Field Value
Type: System.String
Remarks
Values for this property are formatted as a comma-delimited list of integers representing values from the DataCommandType enumeration or other provider-specific data command types.
For example, to specify that the Text and Procedure are supported, the value of this property would be "1,4".
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.