Find 메서드 (String, String)
Gets the specified AdomdProperty from the AdomdPropertyCollection 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 AdomdProperty
‘사용 방법
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName, _
propertyNamespace)
public AdomdProperty Find(
string propertyName,
string propertyNamespace
)
public:
AdomdProperty^ Find(
String^ propertyName,
String^ propertyNamespace
)
member Find :
propertyName:string *
propertyNamespace:string -> AdomdProperty
public function Find(
propertyName : String,
propertyNamespace : String
) : AdomdProperty
매개 변수
- propertyName
유형: System. . :: . .String
The name of the AdomdProperty to find.
- propertyNamespace
유형: System. . :: . .String
The namespace of the AdomdProperty to find.
주의
If the object is not found, the Find method returns null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) .