Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SfcTsqlProcFormatter.RuntimeArg class with the specified type and value. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type, _
value As Object _
)
'Usage
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
)
Parameter
- type
Typ: System.Type
The type that represents the Type.
- value
Typ: System.Object
The value of an object.