Compartir a través de


SqlBatch.Commands Propiedad

Definición

Lista de comandos contenidos en el lote en un IList objeto de SqlBatchCommand .

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)

Valor de propiedad

Se aplica a