Classe EnvironmentReference.Key
Gets the key used to access the EnvironmentReference class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.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 SfcKey
'Uso
Dim instance As EnvironmentReference.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
O tipo EnvironmentReference.Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EnvironmentReference.Key | Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EnvironmentFolderName | Gets the key environment folder name. | |
InstanceType | (Herdado de SfcKey.) | |
Name | Gets the key name. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(SfcKey) | Indicates whether the equality of key objects is checked. (Substitui SfcKey.Equals(SfcKey).) | |
Equals(Object) | Indicates whether the equality of key objects is checked. (Substitui SfcKey.Equals(Object).) | |
GetHashCode | Retrieves the hash code of the EnvironmentReference.Key class. (Substitui SfcKey.GetHashCode().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Retrieves 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