다음을 통해 공유


ContainsName 메서드

Indicates whether the collection contains a AttributeRelationship with the specified name

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Function ContainsName ( _
    name As String _
) As Boolean
‘사용 방법
Dim instance As AttributeRelationshipCollection
Dim name As String
Dim returnValue As Boolean

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

매개 변수

반환 값

형식: System. . :: . .Boolean
Returns true if the identified AttributeRelationship exists in the collection; otherwise, false