Construtor SfcTsqlProcFormatter.SprocArg (String, String, Boolean, Boolean)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
property As String, _
required As Boolean, _
output As Boolean _
)
'Uso
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
)
Parâmetros
- name
Tipo: System.String
A string that represents the name.
- property
Tipo: System.String
A string value for the property.
- required
Tipo: System.Boolean
true to the required object; otherwise, false.
- output
Tipo: System.Boolean
true to show the output; otherwise, false.
Consulte também
Referência
SfcTsqlProcFormatter.SprocArg Estrutura