Właściwość ExpressionSerializationException.TypeExpected
Pobiera typu oczekiwanego serializacji.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public ReadOnly Property TypeExpected As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String wartość, która określa typ oczekuje się z serializacji.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także