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.
Gets an integer value representing the status of the data table; however, invariably returns zero.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Status As Integer
Get
public override int Status { get; }
public:
virtual property int Status {
int get () override;
}
abstract Status : int
override Status : int
override function get Status () : int
Property Value
Type: System.Int32
An integer representing status.
Implements
Remarks
For this derived class, the status is always zero because a data table does not support the concept of status.
.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.