GetFacetEvaluationContext 메서드 (Type, Object)
Gets the context that is associated with the attribute.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Shared Function GetFacetEvaluationContext ( _
facetType As Type, _
target As Object _
) As FacetEvaluationContext
‘사용 방법
Dim facetType As Type
Dim target As Object
Dim returnValue As FacetEvaluationContext
returnValue = FacetEvaluationContext.GetFacetEvaluationContext(facetType, _
target)
public static FacetEvaluationContext GetFacetEvaluationContext(
Type facetType,
Object target
)
public:
static FacetEvaluationContext^ GetFacetEvaluationContext(
Type^ facetType,
Object^ target
)
static member GetFacetEvaluationContext :
facetType:Type *
target:Object -> FacetEvaluationContext
public static function GetFacetEvaluationContext(
facetType : Type,
target : Object
) : FacetEvaluationContext
매개 변수
- facetType
형식: System. . :: . .Type
A Type value that specifies the name of the property.
- target
형식: System. . :: . .Object
A Object value that specifies the value of the property.
반환 값
형식: Microsoft.SqlServer.Management.Facets. . :: . .FacetEvaluationContext
A FacetEvaluationContext object value that specifies the property value.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.