SourceType 属性

A value that identifies the source of the error.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
Public ReadOnly Property SourceType As String
    Get
用法
Dim instance As ComErrorRecord
Dim value As String

value = instance.SourceType
public string SourceType { get; }
public:
virtual property String^ SourceType {
    String^ get () sealed;
}
abstract SourceType : string
override SourceType : string
final function get SourceType () : String

属性值

类型:System. . :: . .String
A String value.

实现

IComErrorRecord. . :: . .SourceType