Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the SfcKey value that specifies the key value that identifies the evaluation history record.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ConnectionEvaluationHistory.Key
Get
'Usage
Dim instance As ConnectionEvaluationHistory
Dim value As ConnectionEvaluationHistory.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ConnectionEvaluationHistory.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ConnectionEvaluationHistory.Key^ IdentityKey {
ConnectionEvaluationHistory.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ConnectionEvaluationHistory.Key
function get IdentityKey () : ConnectionEvaluationHistory.Key
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
A SfcKey value that specifies the key value that identifies the evaluation history record.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.