Dela via


SqlSyncScopeDeprovisioning.ObjectPrefix Property

Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.

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

Syntax

'Declaration
Public Property ObjectPrefix As String
    Get
    Set
'Usage
Dim instance As SqlSyncScopeDeprovisioning
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);
}
member ObjectPrefix : string with get, set
function get ObjectPrefix () : String
function set ObjectPrefix (value : String)

Property Value

Type: System.String
The optional prefix that is used to identify objects that Sync Framework creates.

Remarks

The ObjectPrefix value must be the same as that used to provision the database or deprovisioning will fail.

See Also

Reference

SqlSyncScopeDeprovisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace