다음을 통해 공유


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 네임스페이스