FacetEvaluationContext.GetFacetEvaluationContext Método (Type, Object)
Gets the context that is associated with the attribute.
Espacio de nombres: Microsoft.SqlServer.Management.Facets
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetEvaluationContext ( _
facetType As Type, _
target As Object _
) As FacetEvaluationContext
'Uso
Dim facetType As Type
Dim target As Object
Dim returnValue As FacetEvaluationContext
returnValue = FacetEvaluationContext.GetFacetEvaluationContext(facetType, _
target)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static FacetEvaluationContext GetFacetEvaluationContext(
Type facetType,
Object target
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static FacetEvaluationContext^ GetFacetEvaluationContext(
Type^ facetType,
Object^ target
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member GetFacetEvaluationContext :
facetType:Type *
target:Object -> FacetEvaluationContext
public static function GetFacetEvaluationContext(
facetType : Type,
target : Object
) : FacetEvaluationContext
Parámetros
- facetType
Tipo: System.Type
A Type value that specifies the name of the property.
- target
Tipo: System.Object
A Object value that specifies the value of the property.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext object value that specifies the property value.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.