SqlBatchCommand.CommandBehavior 属性

定义

CommandBehavior 值之一,指示用于语句执行和数据检索的选项。

public:
 property System::Data::CommandBehavior CommandBehavior { System::Data::CommandBehavior get(); void set(System::Data::CommandBehavior value); };
public System.Data.CommandBehavior CommandBehavior { get; set; }
member this.CommandBehavior : System.Data.CommandBehavior with get, set
Public Property CommandBehavior As CommandBehavior

属性值

适用于