Classe ExecutionOperation.Key
Represents the key used to access the ExecutionOperation class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class Key _
Inherits IdKey
'Uso
Dim instance As ExecutionOperation.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
O tipo ExecutionOperation.Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ExecutionOperation.Key | Initializes a new instance of the ExecutionOperation.Key class with the specified identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Id | Gets the identifier of the key. (Herdado de IdKey.) | |
InstanceType | (Herdado de SfcKey.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(SfcKey) | Indicates whether the current key is the same as the specified key. (Herdado de IdKey.) | |
Equals(Object) | Indicates whether the specified object is equal to the current IdKey object. (Herdado de IdKey.) | |
GetHashCode | Retrieves the hash code. (Herdado de IdKey.) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets the UrnFragment for the SfcInstance type. (Substitui SfcKey.GetUrnFragment().) | |
ToString | (Herdado de SfcKey.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices