Конструктор SfcTsqlProcFormatter.RuntimeArg
Initializes a new instance of the SfcTsqlProcFormatter.RuntimeArg class with the specified type and value. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
type As Type, _
value As Object _
)
'Применение
Dim type As Type
Dim value As Object
Dim instance As New SfcTsqlProcFormatter.RuntimeArg(type, value)
public RuntimeArg(
Type type,
Object value
)
public:
RuntimeArg(
Type^ type,
Object^ value
)
new :
type:Type *
value:Object -> RuntimeArg
public function SfcTsqlProcFormatter.RuntimeArg(
type : Type,
value : Object
)
Параметры
- type
Тип: System.Type
The type that represents the Type.
- value
Тип: System.Object
The value of an object.