Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.