Compartilhar via


Construtor SfcTsqlProcFormatter.RuntimeArg

Initializes a new instance of the SfcTsqlProcFormatter..::..RuntimeArg class with the specified type and value. 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 ( _
    type As Type, _
    value As Object _
)
'Uso
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
)

Parâmetros