ComErrorRecord.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.