Compartir a través de


Clase EnvironmentVariable

Represents the variable for an environment.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public NotInheritable Class EnvironmentVariable _
    Inherits SfcInstance _
    Implements ISfcRenamable
'Uso
Dim instance As EnvironmentVariable
public sealed class EnvironmentVariable : SfcInstance, 
    ISfcRenamable
public ref class EnvironmentVariable sealed : public SfcInstance, 
    ISfcRenamable
[<SealedAttribute>]
type EnvironmentVariable =  
    class 
        inherit SfcInstance 
        interface ISfcRenamable 
    end
public final class EnvironmentVariable extends SfcInstance implements ISfcRenamable

El tipo EnvironmentVariable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública Description Gets or sets the description of the environment variable.
Propiedad pública IdentityKey Gets the identity key.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública Name Gets or sets the name of the environment variable.
Propiedad pública Parent Gets or sets the parent.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad pública Sensitive Gets or sets a value that indicates whether the environment variable is sensitive.
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Type Gets or sets the data type of the environment variable.
Propiedad pública Urn (Se hereda de SfcInstance.)
Propiedad pública Value Gets or sets the value of the environment variable.
Propiedad pública VariableId Gets the identifier of the variable.

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 público Rename Renames the environment variable.
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público ScriptRename Renames the environment variable script.
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

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcRenamable.Rename Renames the current environment variable with a new key.
Implementación de interfaces explícitasMétodo privado ISfcRenamable.ScriptRename Renames the current environment variable script with a new key.

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