SfcInstanceSerializedData Structure

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Structure SfcInstanceSerializedData
'Usage
Dim instance As SfcInstanceSerializedData
public struct SfcInstanceSerializedData
public value class SfcInstanceSerializedData
[<SealedAttribute>]
type SfcInstanceSerializedData =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The SfcInstanceSerializedData type exposes the following members.

Constructors

  Name Description
Public method SfcInstanceSerializedData Initializes a new instance of the SfcInstanceSerializedData class with the specified serialized type, name, type, and value parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Name Gets the name associated with the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SerializedType Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Type Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Value Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.