MappingId プロパティ

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

構文

'宣言
Public Property MappingId As Integer
    Get
    Set
'使用
Dim instance As HeterogeneousColumn
Dim value As Integer

value = instance.MappingId

instance.MappingId = value
public int MappingId { get; set; }
public:
property int MappingId {
    int get ();
    void set (int value);
}
member MappingId : int with get, set
function get MappingId () : int
function set MappingId (value : int)

プロパティ値

型: System. . :: . .Int32