Compartir a través de


DataSourceDefinition.OriginalConnectStringExpressionBased Propiedad

Gets a value that indicates whether the original connection string for the data source was expression-based.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property OriginalConnectStringExpressionBased As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if the original connection string for the data source is expression-based; otherwise, false. The default is false.

Comentarios

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

Vea también

Referencia

DataSourceDefinition Clase

Espacio de nombres ReportService2010