Partilhar via


Propriedade do RDL EntityStagingBatch.BatchTag

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 a user-defined batch tag.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property BatchTag As String
    Get
    Set
'Uso
Dim instance As EntityStagingBatch
Dim value As String

value = instance.BatchTag

instance.BatchTag = value
[DataMemberAttribute]
public string BatchTag { get; set; }
[DataMemberAttribute]
public:
property String^ BatchTag {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member BatchTag : string with get, set
function get BatchTag () : String
function set BatchTag (value : String)

Valor da propriedade

Tipo: System.String
A user-defined batch tag.

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices