DataSourceDefinition.UseOriginalConnectString 속성

Gets or sets a value that specifies whether the data source should revert to the original connection string.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.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
true if the data source should revert to the original connection string; otherwise, false. The default is false.

주의

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

참고 항목

참조

DataSourceDefinition 클래스

ReportService2006 네임스페이스