共用方式為


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 命名空間