次の方法で共有


ComErrorException.InterfaceId プロパティ

Gets the identifier of the COM interface that is the source of the error.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public ReadOnly Property InterfaceId As Guid 
    Get
'使用
Dim instance As ComErrorException 
Dim value As Guid 

value = instance.InterfaceId
public Guid InterfaceId { get; }
public:
property Guid InterfaceId {
    Guid get ();
}
member InterfaceId : Guid
function get InterfaceId () : Guid

プロパティ値

型: System.Guid
The identifier of the COM interface.

関連項目

参照

ComErrorException クラス

Microsoft.SqlServer.Replication 名前空間