ISfcSimpleList Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A simple interface for IEnumerable
public interface ISfcSimpleList : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode>
type ISfcSimpleList = interface
interface seq<ISfcSimpleNode>
interface IEnumerable
Public Interface ISfcSimpleList
Implements IEnumerable(Of ISfcSimpleNode)
- Implements
Properties
ListReference |
The actual list that this simple list represents |