Freigeben über


ComErrorRecord.SourceType Property

A value that identifies the source of the error.

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
Public ReadOnly Property SourceType As String
public string SourceType { get; }
public:
virtual property String^ SourceType {
    String^ get () sealed;
}
/** @property */
public final String get_SourceType ()
public final function get SourceType () : String

Eigenschaftswert

A String value.

Hinweise

See ERRORSOURCE_TYPE (Replication ActiveX) for supported values of SourceType.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ComErrorRecord Class
ComErrorRecord Members
Microsoft.SqlServer.Replication Namespace