IComErrorRecord 인터페이스

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

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

구문

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

주의

See ComErrorRecord for information on members of IComErrorRecord.