Compartir a través de


DataSourceDefinition.ConnectString Propiedad

Gets or sets the connection string for a data source.

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

Sintaxis

'Declaración
Public Property ConnectString As String 
    Get 
    Set
'Uso
Dim instance As DataSourceDefinition 
Dim value As String 

value = instance.ConnectString

instance.ConnectString = value
public string ConnectString { get; set; }
public:
property String^ ConnectString {
    String^ get ();
    void set (String^ value);
}
member ConnectString : string with get, set
function get ConnectString () : String 
function set ConnectString (value : String)

Valor de la propiedad

Tipo: System.String
A String that contains the connection string for a data source.

Comentarios

The connection string that is used is specific to the data extension specified in the Extension property.

This value is ignored if the UseOriginalConnectString property is set to true.

If no value is specified, the connection string will revert to the original string or expression defined in the report.

Vea también

Referencia

DataSourceDefinition Clase

Espacio de nombres ReportService2010