ValidationOperationCollection.Item[Int64] 屬性

定義

取得或設定 ValidationOperationCollection 中指定的識別碼值。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ValidationOperation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::ValidationOperation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Default Public ReadOnly Property Item(id As Long) As ValidationOperation

參數

id
Int64

指定的識別碼。

屬性值

ValidationOperation

集合中指定的識別碼值。

適用於