ValidationOperationCollection.Item[Int64] プロパティ

定義

ValidationOperationCollection 内の指定した ID の値を取得します。値の設定も可能です。

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 の値。

適用対象