CatalogFolder.IdentityKey 属性

Gets the identity key.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CatalogFolder.Key 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder.Key
The identity key.

请参阅

参考

CatalogFolder 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间