다음을 통해 공유


IdentityKey 속성

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As TargetSet..::..Key
    Get
‘사용 방법
Dim instance As TargetSet
Dim value As TargetSet..::..Key

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