Compartir a través de


Clase EnvironmentReference

Represents the reference for an environment.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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

El tipo EnvironmentReference expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública EnvironmentFolderName Gets the folder name where the referenced environment is in.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública Name Gets the key name.
Propiedad pública Parent Gets or sets the parent.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad pública ReferenceId Gets the identifier of the reference.
Propiedad pública ReferenceType Gets or set the reference type.
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Urn (Se hereda de SfcInstance.)
Propiedad pública ValidationStatus Gets a value that indicates the status of the validation.

Arriba

Métodos

  Nombre Descripción
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Discover (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetObjectFactory Gets the factory to create a new instance.
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Serialize (Se hereda de SfcInstance.)
Método público ToString (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged (Se hereda de SfcInstance.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices