Udostępnij za pośrednictwem


Konstruktor SfcTsqlProcFormatter.SprocArg (String, Boolean, Boolean)

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    name As String, _
    required As Boolean, _
    output As Boolean _
)
'Użycie
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
)

Parametry

  • required
    Typ: System.Boolean
    TRUE wymaga obiektu; w przeciwnym razie false.
  • output
    Typ: System.Boolean
    TRUE pokazać wyjścia; w przeciwnym razie false.