다음을 통해 공유


SourceType 속성

A value that identifies the source of the error.

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

구문

‘선언
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