Partager via


Propriété FacetEvaluationContext.Interface

Gets the interface that is associated with the evaluation context.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Interface As Type 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetEvaluationContext Classe

Espace de noms Microsoft.SqlServer.Management.Facets