Adapter propriété
Gets the adapter 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 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 la 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.