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.
Initializes a new instance of the ConnectionEvaluationHistory.Key class based on the specified key.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
other As ConnectionEvaluationHistory.Key _
)
'Usage
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
)
Parameter
- other
Typ: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
A ConnectionEvaluationHistory.Key value that specifies the other key.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Siehe auch
Verweis
ConnectionEvaluationHistory.Key Klasse