Partager via


Propriété SqlCeReplication.ProfileName

Ce type a un attribut SecurityCriticalAttribute qui le limite à une utilisation interne par la bibliothèque de classes du .NET Framework pour Silverlight. Le code d'application qui utilise un membre de ce type lève un MethodAccessException.

[INFORMATIONS CRITIQUES DE SÉCURITÉ]

Spécifie le nom du profil de l'agent au niveau du distributeur devant être utilisé par SqlCeReplication.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Property ProfileName As String
    Get
    Set
'Utilisation
Dim instance As SqlCeReplication
Dim value As String

value = instance.ProfileName

instance.ProfileName = value
public string ProfileName { get; set; }
public:
property String^ ProfileName {
    String^ get ();
    void set (String^ value);
}
member ProfileName : string with get, set
function get ProfileName () : String
function set ProfileName (value : String)

Valeur de propriété

Type : System.String
Nom du profil de l'agent.

Voir aussi

Référence

SqlCeReplication Classe

Espace de noms System.Data.SqlServerCe