Propriedade do RDL ComErrorException.InterfaceId
Gets the identifier of the COM interface that is the source of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Guid
The identifier of the COM interface.