IdKey.Id プロパティ

キーの識別子を取得します。

名前空間:  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
キーの識別子。

関連項目

参照

IdKey クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間