ObjectPrefix propriété
Obtient ou définit le préfixe facultatif utilisé pour identifier les objets créés par Sync Framework.
Espace de noms : Microsoft.Synchronization.Data.SqlServer
Assembly : Microsoft.Synchronization.Data.SqlServer (dans Microsoft.Synchronization.Data.SqlServer.dll)
Syntaxe
'Déclaration
Public Property ObjectPrefix As String
Get
Set
'Utilisation
Dim instance As SqlSyncScopeProvisioning
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)
Valeur de la propriété
Type : System. . :: . .String
Préfixe utilisé pour identifier les objets créés par Sync Framework.
Voir aussi
Référence
SqlSyncScopeProvisioning Classe