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

适用于