Свойство ValidationOperationCollection.Item (Int64)

Gets or sets the value of the specified id within the ValidationOperationCollection.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    id As Long _
) As ValidationOperation 
    Get
'Применение
Dim instance As ValidationOperationCollection 
Dim id As Long 
Dim value As ValidationOperation 

value = instance(id)
public ValidationOperation this[
    long id
] { get; }
public:
property ValidationOperation^ default[long long id] {
    ValidationOperation^ get (long long id);
}
member Item : ValidationOperation
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.

См. также

Справочник

ValidationOperationCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.IntegrationServices