SqlBatch.Commands 属性

定义

包含在 对象的 中的批处理中的IListSqlBatchCommand命令列表。

public:
 property System::Collections::Generic::List<Microsoft::Data::SqlClient::SqlBatchCommand ^> ^ Commands { System::Collections::Generic::List<Microsoft::Data::SqlClient::SqlBatchCommand ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand> Commands { get; }
member this.Commands : System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand>
Public ReadOnly Property Commands As List(Of SqlBatchCommand)

属性值

适用于