Freigeben über


SfcTsqlProcFormatter.SprocArg-Konstruktor (String, 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 _
)
'Usage
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
)

Parameter