Freigeben über


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

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    required As Boolean, _
    output As Boolean _
)
'Usage
Dim name As String 
Dim required As Boolean 
Dim output As Boolean 

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

Parameter

  • required
    Typ: System.Boolean
    true to the required object; otherwise, false.
  • output
    Typ: System.Boolean
    true to show the output; otherwise, false.

Siehe auch

Verweis

SfcTsqlProcFormatter.SprocArg Struktur

SfcTsqlProcFormatter.SprocArg-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace