Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the identifier of the object.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectId As Nullable(Of Long)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Nullable<Int64>
The identifier of the object.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace