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 or sets the target expression.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property TargetExpression As String
Get
Set
'Usage
Dim instance As Policy.TargetProcessedEventArgs
Dim value As String
value = instance.TargetExpression
instance.TargetExpression = value
public string TargetExpression { get; set; }
public:
property String^ TargetExpression {
String^ get ();
void set (String^ value);
}
member TargetExpression : string with get, set
function get TargetExpression () : String
function set TargetExpression (value : String)
Property Value
Type: System.String
A string value that specifies the target expression.