ServerPropertyCollection.Contains Método (ServerProperty)
Indicates whether the collection contains a specified ServerProperty.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Contains ( _
item As ServerProperty _
) As Boolean
'Uso
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
Parámetros
- item
Tipo: Microsoft.AnalysisServices.ServerProperty
The ServerProperty to locate.
Valor devuelto
Tipo: System.Boolean
true if the ServerProperty exists in the collection; otherwise, false.