Propriété HeterogeneousColumn.MappingId
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property MappingId As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32