Propriété Subtype
Gets the subtype that is associated with the exception.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Subtype As String
Get
'Utilisation
Dim instance As ExpressionNodeNotConfigurableException
Dim value As String
value = instance.Subtype
public string Subtype { get; }
public:
property String^ Subtype {
String^ get ();
}
member Subtype : string
function get Subtype () : String
Valeur de propriété
Type : System. . :: . .String
A String value that specifies the subtype 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.