Propriedade do RDL CatalogFolder.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 CatalogFolder.Key 
    Get
'Uso
Dim instance As CatalogFolder 
Dim value As CatalogFolder.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public CatalogFolder.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property CatalogFolder.Key^ IdentityKey {
    CatalogFolder.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : CatalogFolder.Key
function get IdentityKey () : CatalogFolder.Key

Valor da propriedade

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

Consulte também

Referência

CatalogFolder Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices