共用方式為


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