EnvironmentVariable Class
Represents the variable for an environment.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.IntegrationServices::EnvironmentVariable
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | (Inherited from SfcInstance.) |
![]() | Description | Gets or sets the description of the environment variable. |
![]() | IdentityKey | Gets the identity key. |
![]() | Metadata | (Inherited from SfcInstance.) |
![]() | Name | Gets or sets the name of the environment variable. |
![]() | Parent | Gets or sets the parent. |
![]() | Properties | (Inherited from SfcInstance.) |
![]() | Sensitive | Gets or sets a value that indicates whether the environment variable is sensitive. |
![]() | State | (Inherited from SfcInstance.) |
![]() | Type | Gets or sets the data type of the environment variable. |
![]() | Urn | (Inherited from SfcInstance.) |
![]() | Value | Gets or sets the value of the environment variable. |
![]() | VariableId | Gets the identifier of the variable. |
| Name | Description | |
|---|---|---|
![]() | CreateIdentityKey() | (Inherited from SfcInstance.) |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | (Inherited from SfcInstance.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetChildCollection(String^) | (Inherited from SfcInstance.) |
![]() | GetDomain() | (Inherited from SfcInstance.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetObjectFactory() | Gets the factory to create a new instance. |
![]() | GetPropertySet() | (Inherited from SfcInstance.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | (Inherited from SfcInstance.) |
![]() | InitializeUIPropertyState() | (Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | Refresh() | (Inherited from SfcInstance.) |
![]() | Rename(String^) | Renames the environment variable. |
![]() | ResetKey() | (Inherited from SfcInstance.) |
![]() | ScriptRename(String^) | Renames the environment variable script. |
![]() | Serialize(XmlWriter^) | (Inherited from SfcInstance.) |
![]() | ToString() | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcRenamable::Rename(SfcKey^) | Renames the current environment variable with a new key. |
![]() ![]() | ISfcRenamable::ScriptRename(SfcKey^) | Renames the current environment variable script with a new key. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







