Condividi tramite


Metodo Contains (String)

Indicates whether the collection contains a MiningModelColumn that has the specified identifier.

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

Sintassi

'Dichiarazione
Public Function Contains ( _
    id As String _
) As Boolean
'Utilizzo
Dim instance As MiningModelColumnCollection
Dim id As String
Dim returnValue As Boolean

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
bool Contains(
    String^ id
)
member Contains : 
        id:string -> bool 
public function Contains(
    id : String
) : boolean

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
true if the MiningModelColumn exists in the collection; otherwise, false.