Operation.ObjectId プロパティ

オブジェクトの識別子を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectId As Nullable(Of Long)
    Get
'使用
Dim instance As Operation 
Dim value As Nullable(Of Long)

value = instance.ObjectId
[SfcPropertyAttribute(Data = true)]
public Nullable<long> ObjectId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<long long> ObjectId {
    Nullable<long long> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectId : Nullable<int64>
function get ObjectId () : Nullable<long>

プロパティ値

型: System.Nullable<Int64>
オブジェクトの識別子。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間