Metodo PropertyCollection.Find
Ottiene l'oggetto Property specificato dalla raccolta PropertyCollection in base al relativo nome.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
name As String _
) As Property
'Utilizzo
Dim instance As PropertyCollection
Dim name As String
Dim returnValue As [Property]
returnValue = instance.Find(name)
public Property Find(
string name
)
public:
Property^ Find(
String^ name
)
member Find :
name:string -> Property
public function Find(
name : String
) : Property
Parametri
- name
Tipo: String
Nome dell'oggetto Property da trovare.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer.Property
Oggetto Property con il nome name.
Osservazioni
Se l'oggetto non viene trovato, il metodo Find restituisce null, mentre la proprietà Item genera un'eccezione.