Find 方法
Gets the AttributeRelationship, with the specified attributeId, from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Find ( _
attributeId As String _
) As AttributeRelationship
用法
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
Dim returnValue As AttributeRelationship
returnValue = instance.Find(attributeId)
public AttributeRelationship Find(
string attributeId
)
public:
AttributeRelationship^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AttributeRelationship
public function Find(
attributeId : String
) : AttributeRelationship
参数
- attributeId
类型:System. . :: . .String
Identifies the AttributeRelationship to be returned.
返回值
类型:Microsoft.AnalysisServices. . :: . .AttributeRelationship
The AttributeRelationship if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).