EnvironmentInfo Class
Represents the information for an environment.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.IntegrationServices::EnvironmentInfo
[TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")] public ref class EnvironmentInfo sealed : SfcInstance, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable, ISfcMovable
| Name | Description | |
|---|---|---|
![]() | EnvironmentInfo(CatalogFolder^, String^, String^) | Initializes a new instance of the EnvironmentInfo class with the specified parent, name and description. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | (Inherited from SfcInstance.) |
![]() | Description | Gets or sets the description of the environment. |
![]() | EnvironmentId | Gets the identifier of the environment. |
![]() | IdentityKey | Gets the identity key. |
![]() | Metadata | (Inherited from SfcInstance.) |
![]() | Name | Gets or sets the name of the environment. |
![]() | Parent | Gets or sets the parent. |
![]() | Properties | (Inherited from SfcInstance.) |
![]() | State | (Inherited from SfcInstance.) |
![]() | Urn | (Inherited from SfcInstance.) |
![]() | Variables | Gets the variables in the environment. |
| Name | Description | |
|---|---|---|
![]() | Alter() | Alters the environment in the back-end server. |
![]() | Create() | Creates the EnvironmentInfo object in the back-end server. |
![]() | CreateIdentityKey() | (Inherited from SfcInstance.) |
![]() | Deny(PermissionType, String^) | Denies the permission to a specified user. |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | (Inherited from SfcInstance.) |
![]() | Drop() | Removes the EnvironmentInfo object in the back-end server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetChildCollection(String^) | (Inherited from SfcInstance.) |
![]() | GetDomain() | (Inherited from SfcInstance.) |
![]() | GetEffectivePermissions() | Retrieves the effective permissions of the EnvironmentInfo object. |
![]() | GetExplicitPermissions() | Retrieves the explicit permissions of the EnvironmentInfo object. |
![]() | GetExplicitPermissions(String^) | Retrieves the explicit permissions of the EnvironmentInfo object for a specified user. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetObjectFactory() | Retrieves the factory to create a new instance. |
![]() | GetPropertySet() | (Inherited from SfcInstance.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | (Inherited from SfcInstance.) |
![]() | Grant(PermissionType, String^) | Grants the permission to a specified user. |
![]() | InitializeUIPropertyState() | (Inherited from SfcInstance.) |
![]() | Move(String^) | Moves the EnvironmentInfo object to be a child of another folder. |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | (Inherited from SfcInstance.) |
![]() | Refresh() | (Inherited from SfcInstance.) |
![]() | Rename(String^) | Renames the environment. |
![]() | ResetKey() | (Inherited from SfcInstance.) |
![]() | Revoke(PermissionType, String^) | Revokes the permission to a specified user. |
![]() | ScriptAlter() | Indicates a script to alter the environment. |
![]() | ScriptCreate() | Indicates a script to create the environment. |
![]() | ScriptDeny(PermissionType, Int32) | Indicates the script to deny the permission to an environment. |
![]() | ScriptDrop() | Indicates the script to drop the environment. |
![]() | ScriptGrant(PermissionType, Int32) | Indicates the script to grant the permission to an environment. |
![]() | ScriptRevoke(PermissionType, Int32) | Indicates the script to revoke the permission to an environment. |
![]() | Serialize(XmlWriter^) | (Inherited from SfcInstance.) |
![]() | ToString() | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | (Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcDiscoverObject::Discover(ISfcDependencyDiscoveryObjectSink^) | Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script. |
![]() ![]() | ISfcMovable::Move(SfcInstance^) | Moves the EnvironmentInfo object to be a child of another folder. |
![]() ![]() | ISfcMovable::ScriptMove(SfcInstance^) | Moves the script of the EnvironmentInfo object to be a child of another folder. |
![]() ![]() | ISfcRenamable::Rename(SfcKey^) | Renames the environment. |
![]() ![]() | ISfcRenamable::ScriptRename(SfcKey^) | Indicates the script to rename the environment. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







