Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that specifies whether the data source should revert to the original connection string.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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)
Eigenschaftswert
Typ: System.Boolean
true if the data source should revert to the original connection string; otherwise, false. The default is false.
Hinweise
If true, the value of the ConnectString property is ignored.