AdomdParameterCollection.Contains 메서드 (String)
SQL Server 2012
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
매개 변수
- __unnamed0
- 유형: System.String
The name of the AdomdParameter object to find.
반환 값
유형: System.BooleanAn instance of a Boolean object that contains true if the AdomdParameter object exists in the collection. Otherwise, it is false.
구현
IDataParameterCollection.Contains(String)
표시: