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

定義

指定されたタイプ名とこのアイテムコレクションから名前空間名を用いてエンティティデータモデル(EDM)タイプのオブジェクトを返します。

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

適用対象