SqlCeReplication.ProfileName-Eigenschaft
Der Typ verfügt über ein SecurityCriticalAttribute-Attribut, wodurch er auf die interne Verwendung durch die .NET Framework für Silverlight-Klassenbibliothek beschränkt wird. Von Anwendungscode, von dem ein beliebiges Element dieses Typs verwendet wird, wird eine MethodAccessException-Ausnahme ausgelöst.
[SECURITY CRITICAL]
Gibt den Namen des Agentprofils auf dem Verteiler an, das vom SqlCeReplication-Objekt verwendet wird.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property ProfileName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
Der Name des Agentprofils.