Freigeben über


DeployedDac.Key-Klasse

The DeployedDac..::..Key class represents the key that identifies the DeployedDac class.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
    Microsoft.SqlServer.Management.Utility..::..DeployedDac..::..Key

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

Syntax

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

Der DeployedDac..::..Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DeployedDac. . :: . .Key Initializes a new instance of the DeployedDac..::..Key class that has the specified name.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the DeployedDac key.
Öffentliche Eigenschaft ServerInstanceName Gets the name of the server instance associated with the key.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(Object) Determines whether the specified object key is equal to the referenced string value. (Überschreibt SfcKey. . :: . .Equals(Object).)
Öffentliche Methode Equals(SfcKey) Determines whether the two specified objects are equal. (Überschreibt SfcKey. . :: . .Equals(SfcKey).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Gets the hash code for the object. (Überschreibt SfcKey. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Gets the URN path partial string that represents the deployed DAC. (Überschreibt SfcKey. . :: . .GetUrnFragment() () () ().)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Geerbt von SfcKey.)

Zum Anfang

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

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