Propriedade do RDL ParameterInfo.IdentityKey
Gets the identity key of the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
The identity key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices