Partager via


Propriété ComErrorException.InterfaceId

Gets the identifier of the COM interface that is the source of the error.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InterfaceId As Guid 
    Get
'Utilisation
Dim instance As ComErrorException 
Dim value As Guid 

value = instance.InterfaceId
public Guid InterfaceId { get; }
public:
property Guid InterfaceId {
    Guid get ();
}
member InterfaceId : Guid
function get InterfaceId () : Guid

Valeur de propriété

Type : System.Guid
The identifier of the COM interface.

Voir aussi

Référence

ComErrorException Classe

Espace de noms Microsoft.SqlServer.Replication