Level-Eigenschaft
Gets the count of the level of the database. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Level As Integer
Get
'Usage
Dim instance As SqlEnumResult
Dim value As Integer
value = instance.Level
public int Level { get; }
public:
property int Level {
int get ();
}
member Level : int
function get Level () : int
Eigenschaftswert
Typ: System. . :: . .Int32
An integer that represents the level of the database.