SqlSyncProvider.ObjectPrefix Property
Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public Property ObjectPrefix As String
'Usage
Dim instance As SqlSyncProvider
Dim value As String
value = instance.ObjectPrefix
instance.ObjectPrefix = value
public string ObjectPrefix { get; set; }
public:
property String^ ObjectPrefix {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ObjectPrefix ()
/** @property */
public void set_ObjectPrefix (String value)
public function get ObjectPrefix () : String
public function set ObjectPrefix (value : String)
Property Value
The prefix that is used to identify objects that Sync Framework creates.
Remarks
The prefix must match the one that is specified for the ObjectPrefix property.
See Also
Reference
SqlSyncProvider Class
SqlSyncProvider Members
Microsoft.Synchronization.Data.SqlServer Namespace