ValidationOperationCollection.Item 属性 (Int64)

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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.

请参阅

参考

ValidationOperationCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间