Share via


TargetSet.GetFilter Method

Gets the filter that is associated with the target set.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function GetFilter As String
'Usage
Dim instance As TargetSet 
Dim returnValue As String 

returnValue = instance.GetFilter()
public string GetFilter()
public:
String^ GetFilter()
member GetFilter : unit -> string
public function GetFilter() : String

Return Value

Type: System.String
A String value that specifies the filter that is associated with the target set.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

TargetSet Class

Microsoft.SqlServer.Management.Dmf Namespace