Partager via


Propriété DataSourceDefinition.OriginalConnectStringExpressionBased

Indicates whether the original connection string for the data source was expression-based. Read-only.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property OriginalConnectStringExpressionBased As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
A Boolean value indicating whether the original connection string for the data source was expression-based.

Notes

Expression-based connection strings are not supported in shared data sources.

Voir aussi

Référence

DataSourceDefinition Classe

Espace de noms ReportService2005