Compartir a través de


DataSourceFieldMapping.DomainId Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the domain identifier.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property DomainId As Long 
    Get 
    Set
'Uso
Dim instance As DataSourceFieldMapping 
Dim value As Long 

value = instance.DomainId

instance.DomainId = value
[DataMemberAttribute]
public long DomainId { get; set; }
[DataMemberAttribute]
public:
property long long DomainId {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute>]
member DomainId : int64 with get, set
function get DomainId () : long 
function set DomainId (value : long)

Valor de la propiedad

Tipo: System.Int64
The domain identifier.

Vea también

Referencia

DataSourceFieldMapping Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts