Propriété AdapterWrongNumberOfArgumentsException.Adapter
Gets the adapter 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 Adapter As String
Get
'Utilisation
Dim instance As AdapterWrongNumberOfArgumentsException
Dim value As String
value = instance.Adapter
public string Adapter { get; }
public:
property String^ Adapter {
String^ get ();
}
member Adapter : string
function get Adapter () : String
Valeur de propriété
Type : System.String
A String value that specifies the name of the adapter 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.