Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the target Object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property TargetObject As Object
Get
'Usage
Dim instance As Policy.TargetProcessedEventArgs
Dim value As Object
value = instance.TargetObject
public Object TargetObject { get; }
public:
property Object^ TargetObject {
Object^ get ();
}
member TargetObject : Object
function get TargetObject () : Object
Property Value
Type: System.Object
The target Object.