Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EvaluationDetail.Key class that has the specified ID value.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
id As Long _
)
'Usage
Dim id As Long
Dim instance As New EvaluationDetail.Key(id)
public Key(
long id
)
public:
Key(
long long id
)
new :
id:int64 -> Key
public function EvaluationDetail.Key(
id : long
)
Parameters
- id
Type: System.Int64
A Int64 value that specifies the ID value of the key.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.