Relationship 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
Relationship() | |
Relationship(String, String, String, String, String, Nullable<CrossFilteringBehavior>) |
Relationship()
public Relationship ();
Public Sub New ()
Applies to
Relationship(String, String, String, String, String, Nullable<CrossFilteringBehavior>)
public Relationship (string name, string fromTable, string fromColumn, string toTable, string toColumn, Microsoft.PowerBI.Api.Models.CrossFilteringBehavior? crossFilteringBehavior = default);
new Microsoft.PowerBI.Api.Models.Relationship : string * string * string * string * string * Nullable<Microsoft.PowerBI.Api.Models.CrossFilteringBehavior> -> Microsoft.PowerBI.Api.Models.Relationship
Public Sub New (name As String, fromTable As String, fromColumn As String, toTable As String, toColumn As String, Optional crossFilteringBehavior As Nullable(Of CrossFilteringBehavior) = Nothing)
Parameters
- name
- String
- fromTable
- String
- fromColumn
- String
- toTable
- String
- toColumn
- String
- crossFilteringBehavior
- Nullable<CrossFilteringBehavior>
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