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 a value that indicates whether the original connection string for the data source was expression-based.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property OriginalConnectStringExpressionBased As Boolean
Get
Set
'Usage
Dim instance As DataSourceDefinition
Dim value As Boolean
value = instance.OriginalConnectStringExpressionBased
instance.OriginalConnectStringExpressionBased = value
public bool OriginalConnectStringExpressionBased { get; set; }
public:
property bool OriginalConnectStringExpressionBased {
bool get ();
void set (bool value);
}
member OriginalConnectStringExpressionBased : bool with get, set
function get OriginalConnectStringExpressionBased () : boolean
function set OriginalConnectStringExpressionBased (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the original connection string for the data source is expression-based; otherwise, false. The default is false.
Hinweise
Expression-based connection strings are not supported in shared data sources.