Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a table command type, where the command text is the identifier of a table from which all results should be retrieved.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const Table As Integer
public const int Table
public:
literal int Table
static val mutable Table: int
public const var Table : int
Remarks
This name must follow all standard rules for table identifiers on the data source. Executing the command will cause all data from this table to be selected (given a valid set of parameters).
.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.