ProjectVersionCollection Class

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

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Protected property Initialized (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public property IsSynchronized (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public property Item[Int64] Gets the project version with the specified name.
Public property Item[K] (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Protected property Parent (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public property SyncRoot (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)

Top

Methods

  Name Description
Public method Add (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Clear (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Contains(Int64) Determines whether the project version contains the specified name.
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method CopyTo(Array, Int32) (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method CopyTo(array<T[], Int32) (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Refresh() (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Refresh(Boolean) (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method Remove (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Protected method RemoveInternal (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Protected method Rename (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcCollection.Add (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.AddShadow (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method IComparer<K>.Compare (Inherited from SfcCollatedDictionaryCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate property ISfcCollection.Count (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.EnsureInitialized (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.FinishMerge (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.GetCollectionElementNameImpl (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.GetElementFactory (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.GetExisting (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.GetObjectByKey (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate property ISfcCollection.Initialized (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate property ISfcCollection.Parent (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.PrepareMerge (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.Remove (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method ISfcCollection.RemoveElement (Inherited from SfcCollection<ProjectVersion, ProjectVersion.Key, ProjectInfo>.)
Explicit interface implemetationPrivate method 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