Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies whether the data source should revert to the original connection string.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property UseOriginalConnectString As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value.
Remarks
If true, then the value of the ConnectString property is ignored.