Конструктор 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
)
Параметры
- serializedType
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSerializedTypes
The serialized type of data.
- name
Тип: System. . :: . .String
A string value for the name.
- type
Тип: System. . :: . .String
A string value for the type.
- value
Тип: System. . :: . .Object
The value of the object.