共用方式為


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