Gets the identifier of the object.
命名空间: 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>
The identifier of the object.