Udostępnij przez


Konstruktor SfcTsqlProcFormatter.RuntimeArg

Inicjuje nowe wystąpienie SfcTsqlProcFormatter.RuntimeArg klasy z określonego typu i wartości.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    type As Type, _
    value As Object _
)
'Użycie
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
)

Parametry