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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable Function AddFilterProperty ( _
name As String _
) As String
'Usage
Dim instance As SqlObjectBase
Dim name As String
Dim returnValue As String
returnValue = instance.AddFilterProperty(name)
public virtual string AddFilterProperty(
string name
)
public:
virtual String^ AddFilterProperty(
String^ name
)
abstract AddFilterProperty :
name:string -> string
override AddFilterProperty :
name:string -> string
public function AddFilterProperty(
name : String
) : String
Parameters
- name
Type: System.String
A String that specifies the name of property.
Return Value
Type: System.String
A string that specifies the property used in filter.