BusinessLogicCommand.CommandType 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
 property System::Data::CommandType CommandType { System::Data::CommandType get(); void set(System::Data::CommandType value); };
	public System.Data.CommandType CommandType { get; set; }
	member this.CommandType : System.Data.CommandType with get, set
	Public Property CommandType As CommandType