다음을 통해 공유


UseOriginalConnectString 속성

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

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.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.