Свойство UseOriginalConnectString
Gets or sets a value that specifies whether the data source should revert to the original connection string.
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Property UseOriginalConnectString As Boolean
Get
Set
'Применение
Dim instance As DataSourceDefinition
Dim value As Boolean
value = instance.UseOriginalConnectString
instance.UseOriginalConnectString = value
public bool UseOriginalConnectString { get; set; }
public:
property bool UseOriginalConnectString {
bool get ();
void set (bool value);
}
member UseOriginalConnectString : bool with get, set
function get UseOriginalConnectString () : boolean
function set UseOriginalConnectString (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
true if the data source should revert to the original connection string; otherwise, false. The default is false.