Свойство ComErrorException.InterfaceId

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Public ReadOnly Property InterfaceId As Guid 
    Get
'Применение
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

Значение свойства

Тип: System.Guid
The identifier of the COM interface.

См. также

Справочник

ComErrorException Класс

Пространство имен Microsoft.SqlServer.Replication