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.
Gets the project version with the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
lsn As Long _
) As ProjectVersion
Get
'Usage
Dim instance As ProjectVersionCollection
Dim lsn As Long
Dim value As ProjectVersion
value = instance(lsn)
public ProjectVersion this[
long lsn
] { get; }
public:
property ProjectVersion^ default[long long lsn] {
ProjectVersion^ get (long long lsn);
}
member Item : ProjectVersion
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- lsn
Type: System.Int64
The specified name.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion
The project versions.
See Also
Reference
ProjectVersionCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace