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 命名空间