FacetEvaluationContext.Target 属性

Gets the object that is associated with the evaluation context.

命名空间:  Microsoft.SqlServer.Management.Facets
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property Target As Object 
    Get
用法
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

属性值

类型:System.Object
A Object object that specifies the object that is associated with the evaluation context.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

FacetEvaluationContext 类

Microsoft.SqlServer.Management.Facets 命名空间