INamedComponentCollection.ContainsName 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates whether the collection contains a AttributeRelationship with the specified name.

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

구문

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

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

매개 변수

반환 값

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

참고 항목

참조

INamedComponentCollection 인터페이스

Microsoft.AnalysisServices 네임스페이스