Propriedade do RDL Catalog.IdentityKey
Gets the identity key.
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 Catalog.Key
Get
'Uso
Dim instance As Catalog
Dim value As Catalog.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Catalog.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Catalog.Key^ IdentityKey {
Catalog.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Catalog.Key
function get IdentityKey () : Catalog.Key
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
The identity key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices