Share via


TargetSetLevel.IdentityKey Property

Gets the key value that identifies the target set level.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As TargetSetLevel..::..Key
    Get
'Usage
Dim instance As TargetSetLevel
Dim value As TargetSetLevel..::..Key

value = instance.IdentityKey
[SfcIgnoreAttribute]
public TargetSetLevel..::..Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property TargetSetLevel..::..Key^ IdentityKey {
    TargetSetLevel..::..Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : TargetSetLevel..::..Key
function get IdentityKey () : TargetSetLevel..::..Key

Property Value

Type: Microsoft.SqlServer.Management.Dmf.TargetSetLevel.Key
A TargetSetLevel.Key value that specifies the key value of the target set level.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.