Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier of the COM interface that is the source of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property InterfaceId As Guid
Get
'Usage
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
Property Value
Type: System.Guid
The identifier of the COM interface.