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 名前空間