SfcTsqlProcFormatter.SprocArg コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcTsqlProcFormatter.SprocArg(String, Boolean) |
このコンストラクターは、パラメーターがオブジェクトのプロパティではなく、RuntimeArg として GenerateScript の呼び出し中に提供される場合に使用されます。 |
| SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean) |
このコンストラクターは、パラメーターがオブジェクトのプロパティではなく、RuntimeArg として GenerateScript の呼び出し中に提供される場合に使用されます。 出力はここで指定できます |
| SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean) |
SfcTsqlProcFormatter.SprocArg(String, Boolean)
このコンストラクターは、パラメーターがオブジェクトのプロパティではなく、RuntimeArg として GenerateScript の呼び出し中に提供される場合に使用されます。
public SprocArg(string name, bool required);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, required As Boolean)
パラメーター
- name
- String
- required
- Boolean
適用対象
SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean)
このコンストラクターは、パラメーターがオブジェクトのプロパティではなく、RuntimeArg として GenerateScript の呼び出し中に提供される場合に使用されます。 出力はここで指定できます
public SprocArg(string name, bool required, bool output);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * bool * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, required As Boolean, output As Boolean)
パラメーター
- name
- String
- required
- Boolean
- output
- Boolean
適用対象
SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean)
public SprocArg(string name, string property, bool required, bool output);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * string * bool * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, property As String, required As Boolean, output As Boolean)
パラメーター
- name
- String
- property
- String
- required
- Boolean
- output
- Boolean