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.

请参阅

参考

SfcTsqlProcFormatter.RuntimeArg 结构

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间