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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET