MappingId-Eigenschaft
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property MappingId As Integer
Get
Set
'Usage
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)