Share via


SqlCeReplication.ProfileName 屬性

此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 MethodAccessException。

[安全性關鍵]

指定散發者上代理程式設定檔的名稱,這個設定檔要由 SqlCeReplication 物件使用。

命名空間:  System.Data.SqlServerCe
組件:  System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)

語法

'宣告
Public Property ProfileName As String
    Get
    Set
'用途
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)

屬性值

型別:System.String
代理程式設定檔名稱。

請參閱

參考

SqlCeReplication 類別

System.Data.SqlServerCe 命名空間