Partilhar via


Propriedade do RDL DataSourceFieldMapping.DomainId

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the domain identifier for the data source field mapping.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.Int64
The domain identifier for the data source field mapping.

Consulte também

Referência

DataSourceFieldMapping Classe

Namespace Microsoft.MasterDataServices