共用方式為


MethodSignatureGenerator.SetMethodSourceContent(String) 方法

定義

設定將針對其產生方法簽章的資料庫查詢。

public:
 void SetMethodSourceContent(System::String ^ methodSourceContent);
public void SetMethodSourceContent (string methodSourceContent);
member this.SetMethodSourceContent : string -> unit
Public Sub SetMethodSourceContent (methodSourceContent As String)

參數

methodSourceContent
String

資料庫查詢的字串表示。

備註

重要

使用不信任的資料呼叫此方法,會造成安全性上的風險。 呼叫此方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入

適用於