Compartilhar via


Propriedade do RDL FacetEvaluationContext.Interface

Gets the interface that is associated with the evaluation context.

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

Sintaxe

'Declaração
Public ReadOnly Property Interface As Type 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

FacetEvaluationContext Classe

Namespace Microsoft.SqlServer.Management.Facets