SqlBatchCommandCollection.Item[Int32] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or Sets the element at the specified index.
public:
property Microsoft::Data::SqlClient::SqlBatchCommand ^ default[int] { Microsoft::Data::SqlClient::SqlBatchCommand ^ get(int index); void set(int index, Microsoft::Data::SqlClient::SqlBatchCommand ^ value); };
C#
public Microsoft.Data.SqlClient.SqlBatchCommand this[int index] { get; set; }
member this.Item(int) : Microsoft.Data.SqlClient.SqlBatchCommand with get, set
Default Public Property Item(index As Integer) As SqlBatchCommand
- index
- Int32
The element at the specified index.
Produkt | Verzie |
---|---|
SqlClient .NET Core | 5.2 |