ProjectCollection Class
In this article
Represents the collection for ProjectInfos.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >
Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectCollection _
Inherits SfcCollatedDictionaryCollection(Of ProjectInfo, ProjectInfo.Key, CatalogFolder)
'Usage
Dim instance As ProjectCollection
public sealed class ProjectCollection : SfcCollatedDictionaryCollection<ProjectInfo, ProjectInfo.Key, CatalogFolder>
public ref class ProjectCollection sealed : public SfcCollatedDictionaryCollection<ProjectInfo^, ProjectInfo.Key^, CatalogFolder^>
[<SealedAttribute>]
type ProjectCollection =
class
inherit SfcCollatedDictionaryCollection<ProjectInfo, ProjectInfo.Key, CatalogFolder>
end
public final class ProjectCollection extends SfcCollatedDictionaryCollection<ProjectInfo, ProjectInfo.Key, CatalogFolder>
The ProjectCollection type exposes the following members.
Properties
Ascending
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Count
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Initialized
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IsSynchronized
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Item[String]
Gets the ProjectInfo with the specified name.
Item[K]
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Parent
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
SyncRoot
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Top
Methods
Add
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Contains(String)
Determines whether the project contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Refresh(Boolean)
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
RemoveInternal
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Rename
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.Count
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
IListSource.GetList
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.Parent
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.Remove
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
ISfcCollection.Rename
(Inherited from SfcCollection <ProjectInfo , ProjectInfo.Key , CatalogFolder >.)
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