共用方式為


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