EdmFunction.CommandTextAttribute 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取采用数据库管理系统或存储模型所使用的语言的查询。
public:
property System::String ^ CommandTextAttribute { System::String ^ get(); };
public string CommandTextAttribute { get; }
member this.CommandTextAttribute : string
Public ReadOnly Property CommandTextAttribute As String
属性值
数据库管理系统或者存储模型使用的语法的一个字符串,该数据库管理系统或存储模型包含 EdmFunction 的查询或更新语句。