Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property ObjectPrefix As String
Get
Set
'Usage
Dim instance As SqlCeSyncStoreSnapshotInitialization
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 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.