Partager via


TargetType propriété

Gets the type of object that is associated with the exception.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TargetType As String
    Get
'Utilisation
Dim instance As FunctionNotASmoObjectException
Dim value As String

value = instance.TargetType
public string TargetType { get; }
public:
property String^ TargetType {
    String^ get ();
}
member TargetType : string
function get TargetType () : String

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the type of object that is associated with the exception.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.