Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a value from the ParameterResultType enumeration, indicating whether the SSIS package variable should be populated with the column value matching the ResultName in the first row of the DMZ query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Сборка: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)
Синтаксис
'Декларация
Public Property ResultType As ParameterResultType
public ParameterResultType ResultType { get; set; }
public:
property ParameterResultType ResultType {
ParameterResultType get ();
void set (ParameterResultType value);
}
/** @property */
public ParameterResultType get_ResultType ()
/** @property */
public void set_ResultType (ParameterResultType value)
public function get ResultType () : ParameterResultType
public function set ResultType (value : ParameterResultType)
Значение свойства
A value from the ParameterResultType enumeration.
Синхронизация потоков
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.
См. также
Справочник
ResultParameter Class
ResultParameter Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace