SfcTsqlProcFormatter.SprocArg 建構函式 (String, String, Boolean, Boolean)
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
property As String, _
required As Boolean, _
output As Boolean _
)
'用途
Dim name As String
Dim property As String
Dim required As Boolean
Dim output As Boolean
Dim instance As New SfcTsqlProcFormatter..::..SprocArg(name, property, _
required, output)
public SprocArg(
string name,
string property,
bool required,
bool output
)
public:
SprocArg(
String^ name,
String^ property,
bool required,
bool output
)
new :
name:string *
property:string *
required:bool *
output:bool -> SprocArg
public function SfcTsqlProcFormatter..::..SprocArg(
name : String,
property : String,
required : boolean,
output : boolean
)
參數
- name
型別:System. . :: . .String
A string that represents the name.
- property
型別:System. . :: . .String
A string value for the property.
- required
型別:System. . :: . .Boolean
true to the required object; otherwise, false.
- output
型別:System. . :: . .Boolean
true to show the output; otherwise, false.