OperationMessageCollection.Item[] Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Item[Int64] |
Mendapatkan pesan operasi dengan nama yang ditentukan. |
| Item[String] |
Mendapatkan OperationMessage dengan nama yang ditentukan. |
Item[Int64]
Mendapatkan pesan operasi dengan nama yang ditentukan.
public:
property Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.OperationMessage this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Default Public ReadOnly Property Item(id As Long) As OperationMessage
Parameter
- id
- Int64
Nama yang ditentukan.
Nilai Properti
Pesan operasi dengan nama yang ditentukan.
Berlaku untuk
Item[String]
Mendapatkan OperationMessage dengan nama yang ditentukan.
public:
property Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ get(System::String ^ id); };
public Microsoft.SqlServer.Management.IntegrationServices.OperationMessage this[string id] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Default Public ReadOnly Property Item(id As String) As OperationMessage
Parameter
- id
- String
Kunci pesan operasi, bisa berupa string panjang atau guid.