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)