ObjectSet.IdentityKey 属性
Gets the SfcKey object.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
<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
属性值
类型:Microsoft.SqlServer.Management.Dmf.ObjectSet.Key
An SfcKey object.