共用方式為


ServerPropertyCollection.Add 方法 (String, String)

Creates and adds a ServerProperty, with the specified name and value, to the end of the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Add ( _
    name As String, _
    value As String _
) As ServerProperty
'用途
Dim instance As ServerPropertyCollection 
Dim name As String 
Dim value As String 
Dim returnValue As ServerProperty 

returnValue = instance.Add(name, value)
public ServerProperty Add(
    string name,
    string value
)
public:
ServerProperty^ Add(
    String^ name, 
    String^ value
)
member Add : 
        name:string * 
        value:string -> ServerProperty
public function Add(
    name : String, 
    value : String
) : ServerProperty

參數

傳回值

型別:Microsoft.AnalysisServices.ServerProperty
The ServerProperty that was added to the collection.

請參閱

參考

ServerPropertyCollection 類別

Add 多載

Microsoft.AnalysisServices 命名空間