Construtor ConnectionEvaluationHistory.Key (Int64)
Initializes a new instance of the ConnectionEvaluationHistory.Key class that has the specified ID value.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
id As Long _
)
'Uso
Dim id As Long
Dim instance As New ConnectionEvaluationHistory.Key(id)
public Key(
long id
)
public:
Key(
long long id
)
new :
id:int64 -> Key
public function ConnectionEvaluationHistory.Key(
id : long
)
Parâmetros
- id
Tipo: System.Int64
A Int64 value that specifies the ID value of the key.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também
Referência
ConnectionEvaluationHistory.Key Classe