ValidationOperationCollection.Item[Int64] 属性

定义

获取或设置指定 ID 在 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

指定 ID。

属性值

指定 ID 在集合内的值。

适用于