Udostępnij za pośrednictwem


Metoda ServerPropertyCollection.Find

Pobiera ServerProperty , o określonej nazwie z kolekcja.

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

Składnia

'Deklaracja
Public Function Find ( _
    name As String _
) As ServerProperty
'Użycie
Dim instance As ServerPropertyCollection
Dim name As String
Dim returnValue As ServerProperty

returnValue = instance.Find(name)
public ServerProperty Find(
    string name
)
public:
ServerProperty^ Find(
    String^ name
)
member Find : 
        name:string -> ServerProperty 
public function Find(
    name : String
) : ServerProperty

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty Jeśli istnieje kolekcja; w przeciwnym razie odwołanie null (nic nie w języku Visual Basic).