Partager via


Classe EnvironmentVariable

Represents the variable for an environment.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class EnvironmentVariable _
    Inherits SfcInstance _
    Implements ISfcRenamable
'Utilisation
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

Le type EnvironmentVariable expose les membres suivants.

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey (hérité de SfcInstance.)
Propriété publique Description Gets or sets the description of the environment variable.
Propriété publique IdentityKey Gets the identity key.
Propriété publique Metadata (hérité de SfcInstance.)
Propriété publique Name Gets or sets the name of the environment variable.
Propriété publique Parent Gets or sets the parent.
Propriété publique Properties (hérité de SfcInstance.)
Propriété publique Sensitive Gets or sets a value that indicates whether the environment variable is sensitive.
Propriété protégée State (hérité de SfcInstance.)
Propriété publique Type Gets or sets the data type of the environment variable.
Propriété publique Urn (hérité de SfcInstance.)
Propriété publique Value Gets or sets the value of the environment variable.
Propriété publique VariableId Gets the identifier of the variable.

Haut de la page

Méthodes

  Nom Description
Méthode protégée CreateIdentityKey (hérité de SfcInstance.)
Méthode publique Discover (hérité de SfcInstance.)
Méthode publique Equals (hérité de Object.)
Méthode protégée GetChildCollection (hérité de SfcInstance.)
Méthode publique GetDomain (hérité de SfcInstance.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publiqueMembre statique GetObjectFactory Gets the factory to create a new instance.
Méthode publique GetPropertySet (hérité de SfcInstance.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl (hérité de SfcInstance.)
Méthode protégée InitializeUIPropertyState (hérité de SfcInstance.)
Méthode protégée OnPropertyMetadataChanges (hérité de SfcInstance.)
Méthode protégée OnPropertyValueChanges (hérité de SfcInstance.)
Méthode publique Refresh (hérité de SfcInstance.)
Méthode publique Rename Renames the environment variable.
Méthode protégée ResetKey (hérité de SfcInstance.)
Méthode publique ScriptRename Renames the environment variable script.
Méthode publique Serialize (hérité de SfcInstance.)
Méthode publique ToString (hérité de SfcInstance.)

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged (hérité de SfcInstance.)
Événement public PropertyMetadataChanged (hérité de SfcInstance.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ISfcRenamable.Rename Renames the current environment variable with a new key.
Implémentation d'interface expliciteMéthode privée ISfcRenamable.ScriptRename Renames the current environment variable script with a new key.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices