Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the context that is associated with the attribute.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetEvaluationContext ( _
facetType As Type, _
target As Object _
) As FacetEvaluationContext
'Usage
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
Parameters
- facetType
Type: System.Type
A Type value that specifies the name of the property.
- target
Type: System.Object
A Object value that specifies the value of the property.
Return Value
Type: Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext object value that specifies the property value.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.