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

データベース クエリの文字列形式。

注釈

Important

信頼されていないデータを使用してこのメソッドを呼び出すことは、セキュリティ上のリスクです。 このメソッドは、信頼できるデータでのみ呼び出します。 詳細については、「すべての入力を検証する」を参照してください。

適用対象