Clase EnvironmentInfo
Represents the information for an environment.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public NotInheritable Class EnvironmentInfo _
Inherits SfcInstance _
Implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, _
IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable, _
ISfcMovable
'Uso
Dim instance As EnvironmentInfo
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public sealed class EnvironmentInfo : SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable, ISfcMovable
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public ref class EnvironmentInfo sealed : public SfcInstance,
ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable,
ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable, ISfcMovable
[<SealedAttribute>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type EnvironmentInfo =
class
inherit SfcInstance
interface ISfcCreatable
interface ICreatable
interface ISfcAlterable
interface IAlterable
interface IRenamable
interface ISfcRenamable
interface ISfcDiscoverObject
interface ISfcDroppable
interface IDroppable
interface ISfcMovable
end
public final class EnvironmentInfo extends SfcInstance implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, IRenamable, ISfcRenamable, ISfcDiscoverObject, ISfcDroppable, IDroppable, ISfcMovable
El tipo EnvironmentInfo expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EnvironmentInfo | Initializes a new instance of the EnvironmentInfo class with the specified parent, name and description. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de SfcInstance.) | |
Description | Gets or sets the description of the environment. | |
EnvironmentId | Gets the identifier of the environment. | |
IdentityKey | Gets the identity key. | |
Metadata | (Se hereda de SfcInstance.) | |
Name | Gets or sets the name of the environment. | |
Parent | Gets or sets the parent. | |
Properties | (Se hereda de SfcInstance.) | |
State | (Se hereda de SfcInstance.) | |
Urn | (Se hereda de SfcInstance.) | |
Variables | Gets the variables in the environment. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Alters the environment in the back-end server. | |
Create | Creates the EnvironmentInfo object in the back-end server. | |
CreateIdentityKey | (Se hereda de SfcInstance.) | |
Deny | Denies the permission to a specified user. | |
Discover | (Se hereda de SfcInstance.) | |
Drop | Removes the EnvironmentInfo object in the back-end server. | |
Equals | (Se hereda de Object.) | |
GetChildCollection | (Se hereda de SfcInstance.) | |
GetDomain | (Se hereda de 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 | (Se hereda de Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | (Se hereda de SfcInstance.) | |
Grant | Grants the permission to a specified user. | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
Move | Moves the EnvironmentInfo object to be a child of another folder. | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
Rename | Renames the environment. | |
ResetKey | (Se hereda de SfcInstance.) | |
Revoke | Revokes the permission to a specified user. | |
ScriptAlter | Indicates a script to alter the environment. | |
ScriptCreate | Indicates a script to create the environment. | |
ScriptDeny | Indicates the script to deny the permission to an environment. | |
ScriptDrop | Indicates the script to drop the environment. | |
ScriptGrant | Indicates the script to grant the permission to an environment. | |
ScriptRevoke | Indicates the script to revoke the permission to an environment. | |
Serialize | (Se hereda de SfcInstance.) | |
ToString | (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | (Se hereda de SfcInstance.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ISfcDiscoverObject.Discover | Specifies whether to discover children and if their IsCrudActionHandledByParent is false (default), accumulate their CRUD scripts to my action script. | |
ISfcMovable.Move | Moves the EnvironmentInfo object to be a child of another folder. | |
ISfcRenamable.Rename | Renames the environment. | |
ISfcMovable.ScriptMove | Moves the script of the EnvironmentInfo object to be a child of another folder. | |
ISfcRenamable.ScriptRename | Indicates the script to rename the environment. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices