Classe EnvironmentReference
Represents the reference for an environment.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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
O tipo EnvironmentReference expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de SfcInstance.) | |
EnvironmentFolderName | Gets the folder name where the referenced environment is in. | |
Metadata | (Herdado de SfcInstance.) | |
Name | Gets the key name. | |
Parent | Gets or sets the parent. | |
Properties | (Herdado de SfcInstance.) | |
ReferenceId | Gets the identifier of the reference. | |
ReferenceType | Gets or set the reference type. | |
State | (Herdado de SfcInstance.) | |
Urn | (Herdado de SfcInstance.) | |
ValidationStatus | Gets a value that indicates the status of the validation. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | (Herdado de SfcInstance.) | |
Discover | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
ResetKey | (Herdado de SfcInstance.) | |
Serialize | (Herdado de SfcInstance.) | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices