Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets an element with the specified name from the collection.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Сборка: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)
Синтаксис
'Декларация
Public Function GetElement ( _
variableName As String _
) As Object
public Object GetElement (
string variableName
)
public:
Object^ GetElement (
String^ variableName
)
public Object GetElement (
String variableName
)
public function GetElement (
variableName : String
) : Object
Параметры
- variableName
The name of the element to be returned.
Возвращаемое значение
An Object containing the element with the specified name, if found; otherwise, a null reference (Nothing in Visual Basic).
Синхронизация потоков
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.
См. также
Справочник
VariablesCollection Class
VariablesCollection Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace