ParameterInfo.IdentityKey 属性

Gets the identity key of the parameter.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ParameterInfo.Key 
    Get
用法
Dim instance As ParameterInfo 
Dim value As ParameterInfo.Key 

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

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
The identity key.

请参阅

参考

ParameterInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间