Operation.IdentityKey 属性
Gets the identity key.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Operation.Key
Get
用法
Dim instance As Operation
Dim value As Operation.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Operation.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Operation.Key^ IdentityKey {
Operation.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Operation.Key
function get IdentityKey () : Operation.Key
属性值
类型:Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
The identity key.