CustomResolver.ClassId プロパティ

登録されている競合回避モジュールのクラス ID を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property ClassId As String 
    Get 
    Set
'使用
Dim instance As CustomResolver 
Dim value As String 

value = instance.ClassId

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

プロパティ値

型: System.String
COM ベースの競合回避モジュールのクラス ID を表す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CustomResolver クラス

Microsoft.SqlServer.Replication 名前空間