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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
CreateIdentityKey | (Inherited from SfcInstance.) | |
Discover | (Inherited from SfcInstance.) | |
Equals | (Inherited from Object.) | |
GetChildCollection | (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 | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
Rename | Renames the environment variable. | |
ResetKey | (Inherited from SfcInstance.) | |
ScriptRename | Renames the environment variable script. | |
Serialize | (Inherited from SfcInstance.) | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcRenamable.Rename | Renames the current environment variable with a new key. | |
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