Propriété ExpressionSerializationException.TypeExpected
Gets the type that is expected with the serialization.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TypeExpected As String
Get
'Utilisation
Dim instance As ExpressionSerializationException
Dim value As String
value = instance.TypeExpected
public string TypeExpected { get; }
public:
property String^ TypeExpected {
String^ get ();
}
member TypeExpected : string
function get TypeExpected () : String
Valeur de propriété
Type : System.String
A String value that specifies the type that is expected with the serialization.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.