LinkFields-Eigenschaft
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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
Eigenschaftswert
Typ: System.Collections. . :: . .ArrayList
An ArrayList object that contains linked fields; nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) if there are no linked fields.