MetadataWorkspace.GetFunctions 메서드

정의

지정된 이름, 네임스페이스 이름 및 데이터 모델을 사용하여 이 항목 컬렉션에서 함수의 모든 오버로드를 반환합니다.

오버로드

GetFunctions(String, String, DataSpace)

지정된 이름, 네임스페이스 이름 및 데이터 모델을 사용하여 이 항목 컬렉션에서 함수의 모든 오버로드를 반환합니다.

GetFunctions(String, String, DataSpace, Boolean)

지정된 이름, 네임스페이스 이름 및 데이터 모델을 사용하여 이 항목 컬렉션에서 함수의 모든 오버로드를 반환합니다.

GetFunctions(String, String, DataSpace)

지정된 이름, 네임스페이스 이름 및 데이터 모델을 사용하여 이 항목 컬렉션에서 함수의 모든 오버로드를 반환합니다.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetFunctions(System::String ^ name, System::String ^ namespaceName, System::Data::Metadata::Edm::DataSpace dataSpace);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions (string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace);
member this.GetFunctions : string * string * System.Data.Metadata.Edm.DataSpace -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Public Function GetFunctions (name As String, namespaceName As String, dataSpace As DataSpace) As ReadOnlyCollection(Of EdmFunction)

매개 변수

name
String

함수의 이름.

namespaceName
String

함수의 네임스페이스입니다.

dataSpace
DataSpace

함수를 검색할 개념적 모델입니다.

반환

지정된 네임스페이스 및 데이터 모델에서 지정된 이름과 일치하는 모든 함수가 들어 있는 ReadOnlyCollection<T> 형식의 컬렉션입니다.

적용 대상

GetFunctions(String, String, DataSpace, Boolean)

지정된 이름, 네임스페이스 이름 및 데이터 모델을 사용하여 이 항목 컬렉션에서 함수의 모든 오버로드를 반환합니다.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetFunctions(System::String ^ name, System::String ^ namespaceName, System::Data::Metadata::Edm::DataSpace dataSpace, bool ignoreCase);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions (string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace, bool ignoreCase);
member this.GetFunctions : string * string * System.Data.Metadata.Edm.DataSpace * bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Public Function GetFunctions (name As String, namespaceName As String, dataSpace As DataSpace, ignoreCase As Boolean) As ReadOnlyCollection(Of EdmFunction)

매개 변수

name
String

함수의 이름.

namespaceName
String

함수의 네임스페이스입니다.

dataSpace
DataSpace

함수를 검색할 개념적 모델입니다.

ignoreCase
Boolean

대/소문자를 구분하지 않고 검색하려면 true로 설정하고, 그렇지 않으면 false로 설정합니다.

반환

지정된 네임스페이스 및 데이터 모델에서 지정된 이름과 일치하는 모든 함수가 들어 있는 ReadOnlyCollection<T> 형식의 컬렉션입니다.

적용 대상