SqlCeReplication.ProfileName プロパティ

この型には、SecurityCriticalAttribute 属性があるため、Silverlight クラス ライブラリでは .NET Framework による内部使用のみに制限されます。この型のいずれかのメンバーをアプリケーション コードで使用すると、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 名前空間