Classe Catalog.Key
Represents the key used to access the Catalog class.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Key _
Inherits NameKey
'Utilizzo
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
Nel tipo Catalog.Key sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Catalog.Key | Initializes a new instance of the Catalog.Key class that takes the key name. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
InstanceType | Ereditato da SfcKey. | |
Name | Gets the key name. Ereditato da NameKey. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. Ereditato da NameKey. | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. Ereditato da NameKey. | |
GetHashCode | Returns hash code for this NameKey. Ereditato da NameKey. | |
GetType | Ereditato da Object. | |
GetUrnFragment | Gets the UrnFragment for the SfcInstance type. Esegue l'override di SfcKey.GetUrnFragment(). | |
ToString | Ereditato da SfcKey. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices