Compartilhar via


Classe EnvironmentReference

Represents the reference for an environment.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public NotInheritable Class EnvironmentReference _
    Inherits SfcInstance
'Uso
Dim instance As EnvironmentReference
public sealed class EnvironmentReference : SfcInstance
public ref class EnvironmentReference sealed : public SfcInstance
[<SealedAttribute>]
type EnvironmentReference =  
    class 
        inherit SfcInstance 
    end
public final class EnvironmentReference extends SfcInstance

O tipo EnvironmentReference expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade protegida AbstractIdentityKey (Herdado de SfcInstance.)
Propriedade pública EnvironmentFolderName Gets the folder name where the referenced environment is in.
Propriedade pública Metadata (Herdado de SfcInstance.)
Propriedade pública Name Gets the key name.
Propriedade pública Parent Gets or sets the parent.
Propriedade pública Properties (Herdado de SfcInstance.)
Propriedade pública ReferenceId Gets the identifier of the reference.
Propriedade pública ReferenceType Gets or set the reference type.
Propriedade protegida State (Herdado de SfcInstance.)
Propriedade pública Urn (Herdado de SfcInstance.)
Propriedade pública ValidationStatus Gets a value that indicates the status of the validation.

Início

Métodos

  Nome Descrição
Método protegido CreateIdentityKey (Herdado de SfcInstance.)
Método público Discover (Herdado de SfcInstance.)
Método público Equals (Herdado de Object.)
Método protegido GetChildCollection (Herdado de SfcInstance.)
Método público GetDomain (Herdado de SfcInstance.)
Método público GetHashCode (Herdado de Object.)
Método públicoMembro estático GetObjectFactory Gets the factory to create a new instance.
Método público GetPropertySet (Herdado de SfcInstance.)
Método público GetType (Herdado de Object.)
Método protegido GetTypeMetadataImpl (Herdado de SfcInstance.)
Método protegido InitializeUIPropertyState (Herdado de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Herdado de SfcInstance.)
Método protegido OnPropertyValueChanges (Herdado de SfcInstance.)
Método público Refresh (Herdado de SfcInstance.)
Método protegido ResetKey (Herdado de SfcInstance.)
Método público Serialize (Herdado de SfcInstance.)
Método público ToString (Herdado de SfcInstance.)

Início

Eventos

  Nome Descrição
Evento público PropertyChanged (Herdado de SfcInstance.)
Evento público PropertyMetadataChanged (Herdado de SfcInstance.)

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