TargetExpression プロパティ
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Property TargetExpression As String
Get
Set
'使用
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)