Méthode Find
Gets the ServerProperty that has the specified name from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
name As String _
) As ServerProperty
'Utilisation
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
Paramètres
- name
Type : System. . :: . .String
The name of the ServerProperty to return.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .ServerProperty
The ServerProperty if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).