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.
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 Function AddPropertyForFilter ( _
name As String _
) As String
'Usage
Dim instance As SqlObjectBase
Dim name As String
Dim returnValue As String
returnValue = instance.AddPropertyForFilter(name)
public string AddPropertyForFilter(
string name
)
public:
virtual String^ AddPropertyForFilter(
String^ name
) sealed
abstract AddPropertyForFilter :
name:string -> string
override AddPropertyForFilter :
name:string -> string
public final function AddPropertyForFilter(
name : String
) : String
Parameters
- name
Type: System.String
A String that specifies the name of the property.
Return Value
Type: System.String
The name of the property that is used in filter.
Implements
ISqlFilterDecoderCallback.AddPropertyForFilter(String)