Partager via


Propriété ParameterInfo.IdentityKey

Gets the identity key of the parameter.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ParameterInfo.Key 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices