Dataflow Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Dataflow() | |
Dataflow(Guid, String, String, String, String, String, EndorsementDetails, Nullable<DateTime>, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel) |
Dataflow()
public Dataflow ();
Public Sub New ()
Gilt für:
Dataflow(Guid, String, String, String, String, String, EndorsementDetails, Nullable<DateTime>, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel)
public Dataflow (Guid objectId, string name = default, string description = default, string modelUrl = default, string configuredBy = default, string modifiedBy = default, Microsoft.PowerBI.Api.Models.EndorsementDetails endorsementDetails = default, DateTime? modifiedDateTime = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> datasourceUsages = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> upstreamDataflows = default, Microsoft.PowerBI.Api.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.PowerBI.Api.Models.Dataflow : Guid * string * string * string * string * string * Microsoft.PowerBI.Api.Models.EndorsementDetails * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> * Microsoft.PowerBI.Api.Models.SensitivityLabel -> Microsoft.PowerBI.Api.Models.Dataflow
Public Sub New (objectId As Guid, Optional name As String = Nothing, Optional description As String = Nothing, Optional modelUrl As String = Nothing, Optional configuredBy As String = Nothing, Optional modifiedBy As String = Nothing, Optional endorsementDetails As EndorsementDetails = Nothing, Optional modifiedDateTime As Nullable(Of DateTime) = Nothing, Optional datasourceUsages As IList(Of DatasourceUsage) = Nothing, Optional upstreamDataflows As IList(Of DependentDataflow) = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)
Parameter
- objectId
- Guid
- name
- String
- description
- String
- modelUrl
- String
- configuredBy
- String
- modifiedBy
- String
- endorsementDetails
- EndorsementDetails
- datasourceUsages
- IList<DatasourceUsage>
- upstreamDataflows
- IList<DependentDataflow>
- sensitivityLabel
- SensitivityLabel
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET