다음을 통해 공유


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 네임스페이스