GetFacetEvaluationContext-Methode (String, Object)
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
Public Shared Function GetFacetEvaluationContext ( _
facetName As String, _
target As Object _
) As FacetEvaluationContext
'Usage
Dim facetName As String
Dim target As Object
Dim returnValue As FacetEvaluationContext
returnValue = FacetEvaluationContext.GetFacetEvaluationContext(facetName, _
target)
public static FacetEvaluationContext GetFacetEvaluationContext(
string facetName,
Object target
)
public:
static FacetEvaluationContext^ GetFacetEvaluationContext(
String^ facetName,
Object^ target
)
static member GetFacetEvaluationContext :
facetName:string *
target:Object -> FacetEvaluationContext
public static function GetFacetEvaluationContext(
facetName : String,
target : Object
) : FacetEvaluationContext
Parameter
- facetName
Typ: System. . :: . .String
A String value that specifies the name of the property.
- target
Typ: System. . :: . .Object
A Object value that specifies the value of the property.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Facets. . :: . .FacetEvaluationContext
A FacetEvaluationContext object value that specifies the property value.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.