Share via


ConditionedSql.LinkFields Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the linked fields that are used to create the Transact-SQL expression.

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

Syntax

'Declaration
Public ReadOnly Property LinkFields As ArrayList 
    Get
'Usage
Dim instance As ConditionedSql 
Dim value As ArrayList 

value = instance.LinkFields
public ArrayList LinkFields { get; }
public:
property ArrayList^ LinkFields {
    ArrayList^ get ();
}
member LinkFields : ArrayList
function get LinkFields () : ArrayList

Property Value

Type: System.Collections.ArrayList
An ArrayList object that contains linked fields; nulla null reference (Nothing in Visual Basic) if there are no linked fields.

See Also

Reference

ConditionedSql Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace