Freigeben über


OperationMessage.Key-Klasse

Represents a key for an operation message.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public NotInheritable Class Key _
    Inherits IdKey
'Usage
Dim instance As OperationMessage.Key
public sealed class Key : IdKey
public ref class Key sealed : public IdKey
[<SealedAttribute>]
type Key =  
    class 
        inherit IdKey 
    end
public final class Key extends IdKey

Der OperationMessage.Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode OperationMessage.Key Initializes a new instance of the OperationMessage.Key class with the specified ID.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Id Gets the identifier of the key. (Geerbt von IdKey.)
Öffentliche Eigenschaft InstanceType (Geerbt von SfcKey.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Geerbt von IdKey.)
Öffentliche Methode Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Geerbt von IdKey.)
Öffentliche Methode GetHashCode Retrieves the hash code. (Geerbt von IdKey.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Gets the UrnFragment for the SfcInstance type. (Überschreibt SfcKey.GetUrnFragment().)
Öffentliche Methode ToString (Geerbt von SfcKey.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace