DataSourceDefinition.UseOriginalConnectString Property
Specifies whether the data source should revert to the original connection string.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)
Синтаксис
'Декларация
Public Property UseOriginalConnectString As Boolean
public bool UseOriginalConnectString { get; set; }
public:
property bool UseOriginalConnectString {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseOriginalConnectString ()
/** @property */
public void set_UseOriginalConnectString (boolean value)
public function get UseOriginalConnectString () : boolean
public function set UseOriginalConnectString (value : boolean)
Значение свойства
A Boolean value.
Замечания
If true, then the value of the ConnectString property is ignored.
Синхронизация потоков
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.
См. также
Справочник
DataSourceDefinition Class
DataSourceDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace