共用方式為


Catalog.IdentityKey 屬性

Gets the identity key.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Catalog.Key 
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
The identity key.

請參閱

參考

Catalog 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間