Condividi tramite


Proprietà ComErrorException.InterfaceId

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property InterfaceId As Guid 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ComErrorException Classe

Spazio dei nomi Microsoft.SqlServer.Replication