共用方式為


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 版支援此命名空間、類別或成員。