Udostępnij za pośrednictwem


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

Parametry

  • required
    Typ: System.Boolean
    TRUE wymaga obiektu; w przeciwnym razie false.