Classe Catalog.Key
Represents the key used to access the Catalog class.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Key _
Inherits NameKey
'Utilisation
Dim instance As Catalog.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =
class
inherit NameKey
end
public final class Key extends NameKey
Le type Catalog.Key expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Catalog.Key | Initializes a new instance of the Catalog.Key class that takes the key name. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
InstanceType | (hérité de SfcKey.) | |
Name | Gets the key name. (hérité de NameKey.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (hérité de NameKey.) | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (hérité de NameKey.) | |
GetHashCode | Returns hash code for this NameKey. (hérité de NameKey.) | |
GetType | (hérité de Object.) | |
GetUrnFragment | Gets the UrnFragment for the SfcInstance type. (remplace SfcKey.GetUrnFragment().) | |
ToString | (hérité de SfcKey.) |
Haut de la page
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.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices