Classe DeployedDac.Key
The DeployedDac..::..Key class represents the key that identifies the DeployedDac class.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Microsoft.SqlServer.Management.Utility..::..DeployedDac..::..Key
Espace de noms : Microsoft.SqlServer.Management.Utility
Assembly : Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Key _
Inherits SfcKey
'Utilisation
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
Le type DeployedDac..::..Key expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DeployedDac. . :: . .Key | Initializes a new instance of the DeployedDac..::..Key class that has the specified name. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Name | Gets the name of the DeployedDac key. | |
ServerInstanceName | Gets the name of the server instance associated with the key. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object key is equal to the referenced string value. (remplace SfcKey. . :: . .Equals(Object).) | |
Equals(SfcKey) | Determines whether the two specified objects are equal. (remplace SfcKey. . :: . .Equals(SfcKey).) | |
Finalize | (hérité de Object.) | |
GetHashCode | Gets the hash code for the object. (remplace SfcKey. . :: . .GetHashCode() () () ().) | |
GetType | (hérité de Object.) | |
GetUrnFragment | Gets the URN path partial string that represents the deployed DAC. (remplace SfcKey. . :: . .GetUrnFragment() () () ().) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (hérité de SfcKey.) |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.