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.
Gets the element inside the parenthesis.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Join As TableReference
Get
Set
'Usage
Dim instance As JoinParenthesisTableReference
Dim value As TableReference
value = instance.Join
instance.Join = value
public TableReference Join { get; set; }
public:
property TableReference^ Join {
TableReference^ get ();
void set (TableReference^ value);
}
member Join : TableReference with get, set
function get Join () : TableReference
function set Join (value : TableReference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
The element inside the parenthesis.