EnvironmentReference Class
Represents the reference for an environment.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class EnvironmentReference _
Inherits SfcInstance
'Usage
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
The EnvironmentReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from SfcInstance.) | |
EnvironmentFolderName | Gets the folder name where the referenced environment is in. | |
Metadata | (Inherited from SfcInstance.) | |
Name | Gets the key name. | |
Parent | Gets or sets the parent. | |
Properties | (Inherited from SfcInstance.) | |
ReferenceId | Gets the identifier of the reference. | |
ReferenceType | Gets or set the reference type. | |
State | (Inherited from SfcInstance.) | |
Urn | (Inherited from SfcInstance.) | |
ValidationStatus | Gets a value that indicates the status of the validation. |
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.) | |
ResetKey | (Inherited from SfcInstance.) | |
Serialize | (Inherited from SfcInstance.) | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
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