Udostępnij za pośrednictwem


Metoda ServerPropertyCollection.Add (String, String)

Tworzy i dodaje ServerProperty, z określoną nazwą i wartością na koniec kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Add ( _
    name As String, _
    value As String _
) As ServerProperty
'Użycie
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

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty , Została dodana do kolekcja.