共用方式為


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.