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.
- value
유형: System.Object
The value of an object.