ServiceClient.DataQualityKnowledgeBasesGet メソッド

定義

DQSでナレッジベースのコレクションを設定できます。

public:
 System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Knowledgebase ^> ^ DataQualityKnowledgeBasesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase> DataQualityKnowledgeBasesGet(Microsoft.MasterDataServices.International International, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityKnowledgeBasesGet : Microsoft.MasterDataServices.International * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase>
Public Function DataQualityKnowledgeBasesGet (International As International, ByRef OperationResult As OperationResult) As Collection(Of Knowledgebase)

パラメーター

International
International

文化的な設定。

OperationResult
OperationResult

このメソッドが返されると、 は演算結果となります。 このパラメーターは初期化されていない状態で渡されます。

返品

DQSで設定された知識ベースの集合。

適用対象