StagingBatch.Information Property

 

Applies To: SQL Server 2016 Preview

Gets or sets staging batch information.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchInformation Information { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property StagingBatchInformation^ Information {
    StagingBatchInformation^ get();
    void set(StagingBatchInformation^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Information : StagingBatchInformation with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Information As StagingBatchInformation

Property Value

Type: Microsoft.MasterDataServices.StagingBatchInformation

A new instance of type StagingBatchInformation.

See Also

StagingBatch Class
Microsoft.MasterDataServices Namespace

Return to top