Конструктор SfcTsqlProcFormatter.SprocArg (String, Boolean)
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
required As Boolean _
)
'Применение
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
)
Параметры
- name
Тип: System.String
A string that represents the name.
- required
Тип: System.Boolean
true to the required object; otherwise, false.
См. также
Справочник
SfcTsqlProcFormatter.SprocArg Структура