次の方法で共有


SfcTsqlProcFormatter.RuntimeArg コンストラクター

指定した型と値を使用して、SfcTsqlProcFormatter.RuntimeArg クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
)

パラメーター

関連項目

参照

SfcTsqlProcFormatter.RuntimeArg 構造体

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間