SfcTsqlProcFormatter.SprocArg Constructor (String, Boolean, Boolean)
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
required As Boolean, _
output As Boolean _
)
'Uso
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
)
Parámetros
- name
Tipo: System. . :: . .String
A string that represents the name.
- required
Tipo: System. . :: . .Boolean
true to the required object; otherwise, false.
- output
Tipo: System. . :: . .Boolean
true to show the output; otherwise, false.