다음을 통해 공유


IdentityKey 속성

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

구문

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

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