다음을 통해 공유


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)

속성 값

적용 대상