Compartir a través de


ParameterInfo.IdentityKey Propiedad

Gets the identity key of the parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ParameterInfo.Key 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
The identity key.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices