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 | |
---|---|---|
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 | |
---|---|---|
Name | Gets the name associated with the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SerializedType | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Type | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Value | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
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.