Construtor ConnectionEvaluationHistory.Key (ConnectionEvaluationHistory.Key)
Initializes a new instance of the ConnectionEvaluationHistory.Key class based on the specified key.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As ConnectionEvaluationHistory.Key _
)
'Uso
Dim other As ConnectionEvaluationHistory.Key
Dim instance As New ConnectionEvaluationHistory.Key(other)
public Key(
ConnectionEvaluationHistory.Key other
)
public:
Key(
ConnectionEvaluationHistory.Key^ other
)
new :
other:ConnectionEvaluationHistory.Key -> Key
public function ConnectionEvaluationHistory.Key(
other : ConnectionEvaluationHistory.Key
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
A ConnectionEvaluationHistory.Key value that specifies the other 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