Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.