Метод 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
Параметры
- name
Тип: System.String
The name of the ServerProperty to add.
- value
Тип: System.String
The value of the ServerProperty to add.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.ServerProperty
The ServerProperty that was added to the collection.