ISfcSimpleList Interface

Definition

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

Applies to