共用方式為


SfcTsqlProcFormatter.SprocArg 建構函式 (String, 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, _
    required As Boolean _
)
'用途
Dim name As String 
Dim required As Boolean 

Dim instance As New SfcTsqlProcFormatter.SprocArg(name, required)
public SprocArg(
    string name,
    bool required
)
public:
SprocArg(
    String^ name, 
    bool required
)
new : 
        name:string * 
        required:bool -> SprocArg
public function SfcTsqlProcFormatter.SprocArg(
    name : String, 
    required : boolean
)

參數

  • required
    型別:System.Boolean
    true to the required object; otherwise, false.

請參閱

參考

SfcTsqlProcFormatter.SprocArg 結構

SfcTsqlProcFormatter.SprocArg 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間