Metodo ServerPropertyCollection.Find

Gets the ServerProperty that has the specified name from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Find ( _
    name As String _
) As ServerProperty
'Utilizzo
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

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.ServerProperty
The ServerProperty if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Vedere anche

Riferimento

ServerPropertyCollection Classe

Spazio dei nomi Microsoft.AnalysisServices