SqlSyncProviderFilterParameter::ParameterName Property

Gets or sets the name of the filter parameter.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property String^ ParameterName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The parameter name.

The name of the filter parameter corresponds to the name of the parameter in the select_changes stored procedure that is used to enumerate changes during synchronization.

Show: