Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies whether the data source should revert to the original connection string.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Property UseOriginalConnectString As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
A Boolean value.
Comentarios
If true, then the value of the ConnectString property is ignored.