Свойство ProjectVersionCollection.Item (Int64)
Gets the project version with the specified name.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
lsn As Long _
) As ProjectVersion
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- lsn
Тип: System.Int64
The specified name.
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion
The project versions.
См. также
Справочник
ProjectVersionCollection Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices