SfcTsqlProcFormatter.SprocArg 建構函式

定義

多載

名稱 Description
SfcTsqlProcFormatter.SprocArg(String, Boolean)

當參數不是物件上的屬性,但在呼叫 GenerateScript 時會以 RuntimeArg 形式提供時,使用此建構子。

SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean)

當參數不是物件上的屬性,但在呼叫 GenerateScript 時會以 RuntimeArg 形式提供時,使用此建構子。 輸出可在此指定

SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean)

SfcTsqlProcFormatter.SprocArg(String, Boolean)

當參數不是物件上的屬性,但在呼叫 GenerateScript 時會以 RuntimeArg 形式提供時,使用此建構子。

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)

當參數不是物件上的屬性,但在呼叫 GenerateScript 時會以 RuntimeArg 形式提供時,使用此建構子。 輸出可在此指定

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

適用於