Compartir a través de


ComErrorException.InterfaceId Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public ReadOnly Property InterfaceId As Guid 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ComErrorException Clase

Espacio de nombres Microsoft.SqlServer.Replication