IComErrorRecord 인터페이스

Provides an implementation of the ComErrorRecord class for late-bound COM clients.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
‘사용 방법
Dim instance As IComErrorRecord
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
public interface IComErrorRecord
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
public interface class IComErrorRecord
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")>]
[<ComVisibleAttribute(true)>]
type IComErrorRecord =  interface end
public interface IComErrorRecord

IComErrorRecord 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Description
공용 속성 ErrorNumber
공용 속성 SourceType

맨 위로 이동

주의

See ComErrorRecord for information on members of IComErrorRecord.