Metodo Contains (ServerProperty)
Indicates whether the collection contains a specified ServerProperty.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
item As ServerProperty _
) As Boolean
'Utilizzo
Dim instance As ServerPropertyCollection
Dim item As ServerProperty
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
ServerProperty item
)
public:
bool Contains(
ServerProperty^ item
)
member Contains :
item:ServerProperty -> bool
public function Contains(
item : ServerProperty
) : boolean
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .ServerProperty
The ServerProperty to locate.
Valore restituito
Tipo: System. . :: . .Boolean
true if the ServerProperty exists in the collection; otherwise, false.
Vedere anche