Condividi tramite


Classe EnvironmentVariable

Represents the variable for an environment.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class EnvironmentVariable _
    Inherits SfcInstance _
    Implements ISfcRenamable
'Utilizzo
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

Nel tipo EnvironmentVariable sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà protetta AbstractIdentityKey Ereditato da SfcInstance.
Proprietà pubblica Description Gets or sets the description of the environment variable.
Proprietà pubblica IdentityKey Gets the identity key.
Proprietà pubblica Metadata Ereditato da SfcInstance.
Proprietà pubblica Name Gets or sets the name of the environment variable.
Proprietà pubblica Parent Gets or sets the parent.
Proprietà pubblica Properties Ereditato da SfcInstance.
Proprietà pubblica Sensitive Gets or sets a value that indicates whether the environment variable is sensitive.
Proprietà protetta State Ereditato da SfcInstance.
Proprietà pubblica Type Gets or sets the data type of the environment variable.
Proprietà pubblica Urn Ereditato da SfcInstance.
Proprietà pubblica Value Gets or sets the value of the environment variable.
Proprietà pubblica VariableId Gets the identifier of the variable.

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateIdentityKey Ereditato da SfcInstance.
Metodo pubblico Discover Ereditato da SfcInstance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto GetChildCollection Ereditato da SfcInstance.
Metodo pubblico GetDomain Ereditato da SfcInstance.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblicoMembro statico GetObjectFactory Gets the factory to create a new instance.
Metodo pubblico GetPropertySet Ereditato da SfcInstance.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto GetTypeMetadataImpl Ereditato da SfcInstance.
Metodo protetto InitializeUIPropertyState Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Ereditato da SfcInstance.
Metodo pubblico Refresh Ereditato da SfcInstance.
Metodo pubblico Rename Renames the environment variable.
Metodo protetto ResetKey Ereditato da SfcInstance.
Metodo pubblico ScriptRename Renames the environment variable script.
Metodo pubblico Serialize Ereditato da SfcInstance.
Metodo pubblico ToString Ereditato da SfcInstance.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Ereditato da SfcInstance.
Evento pubblico PropertyMetadataChanged Ereditato da SfcInstance.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ISfcRenamable.Rename Renames the current environment variable with a new key.
Implementazione esplicita dell'interfacciaMetodo privato ISfcRenamable.ScriptRename Renames the current environment variable script with a new key.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices