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.

実装

IComErrorRecord.SourceType

関連項目

参照

ComErrorRecord クラス

Microsoft.SqlServer.Replication 名前空間