Share via


XmlReadPropertyLink.LeftJoin Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property LeftJoin As String
    Get
'Usage
Dim instance As XmlReadPropertyLink
Dim value As String

value = instance.LeftJoin
public string LeftJoin { get; }
public:
property String^ LeftJoin {
    String^ get ();
}
member LeftJoin : string
function get LeftJoin () : String

Property Value

Type: System.String
The left join table name.