Condividi tramite


Proprietà TargetExpression

Gets or sets the target expression.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property TargetExpression As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
A string value that specifies the target expression.