Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the identifier of the COM interface that is the source of the error.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InterfaceId As Guid
Get
'Utilisation
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
Valeur de propriété
Type : System.Guid
The identifier of the COM interface.