DataflowTransactions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataflowTransactions() | |
DataflowTransactions(String, IList<DataflowTransaction>) |
DataflowTransactions()
public DataflowTransactions ();
Public Sub New ()
Applies to
DataflowTransactions(String, IList<DataflowTransaction>)
public DataflowTransactions (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DataflowTransaction> value = default);
new Microsoft.PowerBI.Api.Models.DataflowTransactions : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DataflowTransaction> -> Microsoft.PowerBI.Api.Models.DataflowTransactions
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of DataflowTransaction) = Nothing)
Parameters
- odatacontext
- String
- value
- IList<DataflowTransaction>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET