Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Finds the MiningModelColumn that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
id As String _
) As MiningModelColumn
'Usage
Dim instance As MiningModelColumnCollection
Dim id As String
Dim returnValue As MiningModelColumn
returnValue = instance.Find(id)
public MiningModelColumn Find(
string id
)
public:
MiningModelColumn^ Find(
String^ id
)
member Find :
id:string -> MiningModelColumn
public function Find(
id : String
) : MiningModelColumn
Parameters
- id
Type: System.String
The identifier of the MiningModelColumn to return.
Return Value
Type: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).