AddForeignKeyOperation.PrincipalSchema Property
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.
The schema that contains the table to which this foreign key is constrained,
or null if the default schema should be used.
public virtual string PrincipalSchema { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public virtual string? PrincipalSchema { get; set; }
public virtual string? PrincipalSchema { get; set; }
member this.PrincipalSchema : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.PrincipalSchema : string with get, set
Public Overridable Property PrincipalSchema As String
Property Value
- Attributes