Share via


FacetEvaluationContext.Interface Property

Gets the interface that is associated with the evaluation context.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property Interface As Type
    Get
'Usage
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

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.