SfcInstanceSerializedData 생성자

Initializes a new instance of the SfcInstanceSerializedData class with the specified serialized type, name, type, and value parameter. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Sub New ( _
    serializedType As SfcSerializedTypes, _
    name As String, _
    type As String, _
    value As Object _
)
‘사용 방법
Dim serializedType As SfcSerializedTypes 
Dim name As String 
Dim type As String 
Dim value As Object 

Dim instance As New SfcInstanceSerializedData(serializedType, _
    name, type, value)
public SfcInstanceSerializedData(
    SfcSerializedTypes serializedType,
    string name,
    string type,
    Object value
)
public:
SfcInstanceSerializedData(
    SfcSerializedTypes serializedType, 
    String^ name, 
    String^ type, 
    Object^ value
)
new : 
        serializedType:SfcSerializedTypes * 
        name:string * 
        type:string * 
        value:Object -> SfcInstanceSerializedData
public function SfcInstanceSerializedData(
    serializedType : SfcSerializedTypes, 
    name : String, 
    type : String, 
    value : Object
)

매개 변수

참고 항목

참조

SfcInstanceSerializedData 구조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스