Поделиться через


Конструктор SfcTsqlProcFormatter.SprocArg (String, String, Boolean, 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, _
    property As String, _
    required As Boolean, _
    output As Boolean _
)
'Применение
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
)

Параметры

  • property
    Тип: System.String
    A string value for the property.
  • required
    Тип: System.Boolean
    true to the required object; otherwise, false.
  • output
    Тип: System.Boolean
    true to show the output; otherwise, false.

См. также

Справочник

SfcTsqlProcFormatter.SprocArg Структура

Перегрузка SfcTsqlProcFormatter.SprocArg

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc