Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection for environment references.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReferenceCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class EnvironmentReferenceCollection _
Inherits SfcCollatedDictionaryCollection(Of EnvironmentReference, EnvironmentReference.Key, ProjectInfo)
'Usage
Dim instance As EnvironmentReferenceCollection
public sealed class EnvironmentReferenceCollection : SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
public ref class EnvironmentReferenceCollection sealed : public SfcCollatedDictionaryCollection<EnvironmentReference^, EnvironmentReference.Key^, ProjectInfo^>
[<SealedAttribute>]
type EnvironmentReferenceCollection =
class
inherit SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
end
public final class EnvironmentReferenceCollection extends SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
The EnvironmentReferenceCollection type exposes the following members.
Properties
Top
Methods
Top
Explicit Interface Implementations
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