Partager via


Propriété EntityStagingBatch.MemberType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the member type the batch is associated with.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberType As MemberType
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.MemberType
The member type the batch is associated with.

Voir aussi

Référence

EntityStagingBatch Classe

Espace de noms Microsoft.MasterDataServices