Поделиться через


Свойство FacetEvaluationContext.Interface

Gets the interface that is associated with the evaluation context.

Пространство имен:  Microsoft.SqlServer.Management.Facets
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property Interface As Type 
    Get
'Применение
Dim instance As FacetEvaluationContext 
Dim value As Type 

value = instance.Interface
public Type Interface { get; }
public:
property Type^ Interface {
    Type^ get ();
}
member Interface : Type
function get Interface () : Type

Значение свойства

Тип: System.Type
A Type object that specifies the interface that is associated with the evaluation context.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

FacetEvaluationContext Класс

Пространство имен Microsoft.SqlServer.Management.Facets