SfcTsqlProcFormatter.RuntimeArg Constructor
Initializes a new instance of the SfcTsqlProcFormatter.RuntimeArg class with the specified type and value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
- type
Tipo: System.Type
The type that represents the Type.
- value
Tipo: System.Object
The value of an object.