IComErrorRecord.SourceType 属性

Gets the value that identifies the source of the error.

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

语法

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

value = instance.SourceType
string SourceType { get; }
property String^ SourceType {
    String^ get ();
}
abstract SourceType : string
function get SourceType () : String

属性值

类型:System.String
The value that identifies the source of the error.

请参阅

参考

IComErrorRecord 接口

Microsoft.SqlServer.Replication 命名空间