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
)

参数