Właściwość MissingObjectException.ObjectType
Pobiera typ obiektu, który jest brak.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public ReadOnly Property ObjectType As String
Get
'Użycie
Dim instance As MissingObjectException
Dim value As String
value = instance.ObjectType
public string ObjectType { get; }
public:
property String^ ObjectType {
String^ get ();
}
member ObjectType : string
function get ObjectType () : String
Wartość właściwości
Typ: System.String
A String wartość, która określa typ obiektu, który jest brak.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także