Constructeur SfcTsqlProcFormatter.SprocArg (String, Boolean, Boolean)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    required As Boolean, _
    output As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SfcTsqlProcFormatter.SprocArg Structure

Surcharge SfcTsqlProcFormatter.SprocArg

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc