Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a user-defined batch tag.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BatchTag As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A user-defined batch tag.