Gets the identifier of the key.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public ReadOnly Property Id As Long
Get
用法
Dim instance As IdKey
Dim value As Long
value = instance.Id
public long Id { get; }
public:
property long long Id {
long long get ();
}
member Id : int64
function get Id () : long
属性值
类型:System.Int64
The identifier of the key.