Konstruktor SfcTsqlProcFormatter.SprocArg (String, 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, _
property As String, _
required As Boolean, _
output As Boolean _
)
'Użycie
Dim name As String
Dim property As String
Dim required As Boolean
Dim output As Boolean
Dim instance As New SfcTsqlProcFormatter..::..SprocArg(name, property, _
required, output)
public SprocArg(
string name,
string property,
bool required,
bool output
)
public:
SprocArg(
String^ name,
String^ property,
bool required,
bool output
)
new :
name:string *
property:string *
required:bool *
output:bool -> SprocArg
public function SfcTsqlProcFormatter..::..SprocArg(
name : String,
property : String,
required : boolean,
output : boolean
)
Parametry
- name
Typ: System.String
Ciąg, który reprezentuje nazwę.
- property
Typ: System.String
Wartość ciąg dla właściwość.
- required
Typ: System.Boolean
TRUE wymaga obiektu; w przeciwnym razie false.
- output
Typ: System.Boolean
TRUE pokazać wyjścia; w przeciwnym razie false.