DataSourceDefinition.UseOriginalConnectString 属性

Specifies whether the data source should revert to the original connection string.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Property UseOriginalConnectString As Boolean 
    Get 
    Set
用法
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)

属性值

类型:System.Boolean
A Boolean value.

注释

If true, then the value of the ConnectString property is ignored.

请参阅

参考

DataSourceDefinition 类

ReportService2005 命名空间