LinkFields 屬性
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the linked fields that are used to create the Transact-SQL expression.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public ReadOnly Property LinkFields As ArrayList
Get
'用途
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
屬性值
型別:System.Collections. . :: . .ArrayList
An ArrayList object that contains linked fields; nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) if there are no linked fields.