Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the operation message with the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Long _
) As OperationMessage
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.Int64
The specified name.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
The operation message with the specified name.
See Also
Reference
OperationMessageCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace