Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Resolves a strongly-typed single target instance from the given source instance.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function Resolve(Of T, S) ( _
instance As S _
) As T
'Применение
Dim instance As SfcReferenceAttribute
Dim instance As S
Dim returnValue As T
returnValue = instance.Resolve(instance)
public T Resolve<T, S>(
S instance
)
public:
generic<typename T, typename S>
T Resolve(
S instance
)
member Resolve :
instance:'S -> 'T
JScript не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the target instance
- S
The type of the source instance.
Параметры
- instance
Тип: S
The source instance to resolve from.
Возвращаемое значение
Тип: T
The resolve target instance.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata