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 的查詢或更新陳述式。