Свойство Operation.ObjectId
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices