Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Join As TableSource
'Usage
Dim instance As JoinParenthesis
Dim value As TableSource
value = instance.Join
instance.Join = value
public TableSource Join { get; set; }
public:
property TableSource^ Join {
TableSource^ get ();
void set (TableSource^ value);
}
public function get Join () : TableSource
public function set Join (value : TableSource)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TableSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.