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 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 | |
---|---|---|
![]() |
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
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