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.