Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the identifier of the COM interface that is the source of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property InterfaceId As Guid
Get
'Usage
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
Property Value
Type: System.Guid
The identifier of the COM interface.