Clase EnvironmentReference
Represents the reference for an environment.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class EnvironmentReference _
Inherits SfcInstance
'Uso
Dim instance As EnvironmentReference
public sealed class EnvironmentReference : SfcInstance
public ref class EnvironmentReference sealed : public SfcInstance
[<SealedAttribute>]
type EnvironmentReference =
class
inherit SfcInstance
end
public final class EnvironmentReference extends SfcInstance
El tipo EnvironmentReference expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de SfcInstance.) | |
EnvironmentFolderName | Gets the folder name where the referenced environment is in. | |
Metadata | (Se hereda de SfcInstance.) | |
Name | Gets the key name. | |
Parent | Gets or sets the parent. | |
Properties | (Se hereda de SfcInstance.) | |
ReferenceId | Gets the identifier of the reference. | |
ReferenceType | Gets or set the reference type. | |
State | (Se hereda de SfcInstance.) | |
Urn | (Se hereda de SfcInstance.) | |
ValidationStatus | Gets a value that indicates the status of the validation. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateIdentityKey | (Se hereda de SfcInstance.) | |
Discover | (Se hereda de SfcInstance.) | |
Equals | (Se hereda de Object.) | |
GetChildCollection | (Se hereda de SfcInstance.) | |
GetDomain | (Se hereda de SfcInstance.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | (Se hereda de SfcInstance.) | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
ResetKey | (Se hereda de SfcInstance.) | |
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
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