RestoreFolder.New 속성

Gets or sets the location of the new folder to be created for use by a RestoreFolder element.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property New As String 
    Get 
    Set
‘사용 방법
Dim instance As RestoreFolder 
Dim value As String 

value = instance.New

instance.New = value
public string New { get; set; }
public:
property String^ New {
    String^ get ();
    void set (String^ value);
}
member New : string with get, set
function get New () : String 
function set New (value : String)

속성 값

유형: System.String
The new folder location.

참고 항목

참조

RestoreFolder 클래스

Microsoft.AnalysisServices 네임스페이스