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 命名空间