EnvironmentVariable Class

Represents the variable for an environment.

Inheritance Hierarchy

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

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

Syntax

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

The EnvironmentVariable type exposes the following members.

Properties

  Name Description
Protected property AbstractIdentityKey (Inherited from SfcInstance.)
Public property Description Gets or sets the description of the environment variable.
Public property IdentityKey Gets the identity key.
Public property Metadata (Inherited from SfcInstance.)
Public property Name Gets or sets the name of the environment variable.
Public property Parent Gets or sets the parent.
Public property Properties (Inherited from SfcInstance.)
Public property Sensitive Gets or sets a value that indicates whether the environment variable is sensitive.
Protected property State (Inherited from SfcInstance.)
Public property Type Gets or sets the data type of the environment variable.
Public property Urn (Inherited from SfcInstance.)
Public property Value Gets or sets the value of the environment variable.
Public property VariableId Gets the identifier of the variable.

Top

Methods

  Name Description
Protected method CreateIdentityKey (Inherited from SfcInstance.)
Public method Discover (Inherited from SfcInstance.)
Public method Equals (Inherited from Object.)
Protected method GetChildCollection (Inherited from SfcInstance.)
Public method GetDomain (Inherited from SfcInstance.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetObjectFactory Gets the factory to create a new instance.
Public method GetPropertySet (Inherited from SfcInstance.)
Public method GetType (Inherited from Object.)
Protected method GetTypeMetadataImpl (Inherited from SfcInstance.)
Protected method InitializeUIPropertyState (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges (Inherited from SfcInstance.)
Public method Refresh (Inherited from SfcInstance.)
Public method Rename Renames the environment variable.
Protected method ResetKey (Inherited from SfcInstance.)
Public method ScriptRename Renames the environment variable script.
Public method Serialize (Inherited from SfcInstance.)
Public method ToString (Inherited from SfcInstance.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from SfcInstance.)
Public event PropertyMetadataChanged (Inherited from SfcInstance.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcRenamable.Rename Renames the current environment variable with a new key.
Explicit interface implemetationPrivate method ISfcRenamable.ScriptRename Renames the current environment variable script with a new key.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace