SqlRequest.LinkFields 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 LinkFields As ArrayList
Get
'Usage
Dim instance As SqlRequest
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
The list of link fields.