Costruttore SfcTsqlProcFormatter.SprocArg (String, Boolean)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String, _
required As Boolean _
)
'Utilizzo
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
)
Parametri
- name
Tipo: System.String
A string that represents the name.
- required
Tipo: System.Boolean
true to the required object; otherwise, false.
Vedere anche
Riferimento
SfcTsqlProcFormatter.SprocArg Struttura