OLEDBConnection.CommandType 属性

定义

返回或设置 XlCmdType 常量之一。 读/写 XlCmdType

public:
 property Microsoft::Office::Interop::Excel::XlCmdType CommandType { Microsoft::Office::Interop::Excel::XlCmdType get(); void set(Microsoft::Office::Interop::Excel::XlCmdType value); };
public Microsoft.Office.Interop.Excel.XlCmdType CommandType { get; set; }
Public Property CommandType As XlCmdType

属性值

XlCmdType

注解

返回或设置的常量描述 属性的值 CommandText 。 默认值为 xlCmdSql

适用于