OperationMessageCollection.Item 属性 (Int64)

Gets the operation message with the specified name.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    id As Long _
) As OperationMessage 
    Get
用法
Dim instance As OperationMessageCollection 
Dim id As Long 
Dim value As OperationMessage 

value = instance(id)
public OperationMessage this[
    long id
] { get; }
public:
property OperationMessage^ default[long long id] {
    OperationMessage^ get (long long id);
}
member Item : OperationMessage
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
The operation message with the specified name.

请参阅

参考

OperationMessageCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间