Find 메서드 (String, String)
Gets the specified AdomdRestriction from the collection by its name and namespace.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Function Find ( _
propertyName As String, _
propertyNamespace As String _
) As AdomdRestriction
‘사용 방법
Dim instance As AdomdRestrictionCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim returnValue As AdomdRestriction
returnValue = instance.Find(propertyName, _
propertyNamespace)
public AdomdRestriction Find(
string propertyName,
string propertyNamespace
)
public:
AdomdRestriction^ Find(
String^ propertyName,
String^ propertyNamespace
)
member Find :
propertyName:string *
propertyNamespace:string -> AdomdRestriction
public function Find(
propertyName : String,
propertyNamespace : String
) : AdomdRestriction
매개 변수
- propertyName
유형: System. . :: . .String
The name of the AdomdRestriction to find.
- propertyNamespace
유형: System. . :: . .String
The namespace of the AdomdRestriction to find.
주의
If the object is not found, the Find method returns null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) .