Propriedade do RDL EntityStagingBatch.MemberType
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 member type the batch is associated with.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberType As MemberType
Get
Set
'Uso
Dim instance As EntityStagingBatch
Dim value As MemberType
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberType MemberType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberType MemberType {
MemberType get ();
void set (MemberType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberType : MemberType with get, set
function get MemberType () : MemberType
function set MemberType (value : MemberType)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.MemberType
The member type the batch is associated with.