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