Свойство 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