RequestParentSelect.Fields Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicates the fields that must be selected. 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

public StringCollection Fields { get; }
public:
property StringCollection^ Fields {
    StringCollection^ get();
}
member Fields : StringCollection with get
Public ReadOnly Property Fields As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

The fields that are selected.

See Also

RequestParentSelect Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top