SfcInstanceSerializedData.SerializedType Property
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 ReadOnly Property SerializedType As SfcSerializedTypes
Get
'Usage
Dim instance As SfcInstanceSerializedData
Dim value As SfcSerializedTypes
value = instance.SerializedType
public SfcSerializedTypes SerializedType { get; }
public:
property SfcSerializedTypes SerializedType {
SfcSerializedTypes get ();
}
member SerializedType : SfcSerializedTypes
function get SerializedType () : SfcSerializedTypes
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializedTypes
The serialized type object.