Gets or sets the value of the specified id within the ValidationOperationCollection.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
id As Long _
) As ValidationOperation
Get
用法
Dim instance As ValidationOperationCollection
Dim id As Long
Dim value As ValidationOperation
value = instance(id)
public ValidationOperation this[
long id
] { get; }
public:
property ValidationOperation^ default[long long id] {
ValidationOperation^ get (long long id);
}
member Item : ValidationOperation
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- id
类型:System.Int64
The specified id.
属性值
类型:Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.