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