Proprietà ProjectInfo.Versions
Gets the versions of the project.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ProjectVersion))> _
Public ReadOnly Property Versions As ProjectVersionCollection
Get
'Utilizzo
Dim instance As ProjectInfo
Dim value As ProjectVersionCollection
value = instance.Versions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ProjectVersion))]
public ProjectVersionCollection Versions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(ProjectVersion))]
public:
property ProjectVersionCollection^ Versions {
ProjectVersionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ProjectVersion))>]
member Versions : ProjectVersionCollection
function get Versions () : ProjectVersionCollection
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersionCollection
The versions of the project.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices