NamedComponentCollection.ContainsName 메서드
Indicates whether the component contains its name.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function ContainsName ( _
name As String _
) As Boolean
‘사용 방법
Dim instance As NamedComponentCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.ContainsName(name)
public bool ContainsName(
string name
)
public:
virtual bool ContainsName(
String^ name
) sealed
abstract ContainsName :
name:string -> bool
override ContainsName :
name:string -> bool
public final function ContainsName(
name : String
) : boolean
매개 변수
- name
유형: System.String
The value of the name.
반환 값
유형: System.Boolean
true if the component contains its name; otherwise, false.
구현
INamedComponentCollection.ContainsName(String)