次の方法で共有


IUIObjectMetadata.TryGetType(String, IUIObjectTypeInfo) メソッド

定義

指定した種類の名前およびこのアイテム コレクションからの名前空間名を使用して、EDM (Entity Data Model) の種類オブジェクトを返します。

public:
 bool TryGetType(System::String ^ typeKey, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUIObjectTypeInfo ^ % typeInfo);
public bool TryGetType (string typeKey, out Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUIObjectTypeInfo typeInfo);
abstract member TryGetType : string * IUIObjectTypeInfo -> bool
Public Function TryGetType (typeKey As String, ByRef typeInfo As IUIObjectTypeInfo) As Boolean

パラメーター

typeKey
String

種類で使用されるキーです。

typeInfo
IUIObjectTypeInfo

種類に関する情報です。

戻り値

検索条件に一致する種類がある場合は true、それ以外の場合は false です。

適用対象