Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns a ForEachVariableMapping object from the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Object _
) As ForEachVariableMapping
public ForEachVariableMapping this [
Object index
] { get; }
public:
property ForEachVariableMapping^ default [Object^] {
ForEachVariableMapping^ get (Object^ index);
}
/** @property */
public ForEachVariableMapping get_Item (Object index)
Параметры
- index
The name, description, ID, or index of the ForEachVariableMapping object to return.
Значение свойства
A ForEachVariableMapping object.
Замечания
If the call to the Contains method returns true, you can access the specified element in the collection by using the syntax ForEachVariableMappings[index]. However, if the Contains method returns false, this property throws an exception. In C#, this property is the indexer for the ForEachVariableMappings class.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ForEachVariableMappings Class
ForEachVariableMappings Members
Microsoft.SqlServer.Dts.Runtime Namespace