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.
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)
Syntax
'Declaration
Public Property ParameterName As String
Get
Set
'Usage
Dim instance As SqlSyncProviderFilterParameter
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)
Property Value
Type: System.String
The parameter name.
Remarks
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.