Compartilhar via


Propriedade do RDL FacetEvaluationContext.Target

Gets the object 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 Target As Object 
    Get
'Uso
Dim instance As FacetEvaluationContext 
Dim value As Object 

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

Valor da propriedade

Tipo: System.Object
A Object object that specifies the object 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