Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: System.Int32