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