Propriété Interface

Gets the interface 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 Interface As String
    Get
'Utilisation
Dim instance As AdapterAlreadyExistsException
Dim value As String

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

Valeur de propriété

Type : System. . :: . .String
A String value that specifies the name of the interface 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.