Udostępnij za pośrednictwem


Interfejs ISfcSimpleList

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server. 

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Interface ISfcSimpleList _
    Inherits IEnumerable(Of ISfcSimpleNode), IEnumerable
'Użycie
Dim instance As ISfcSimpleList
public interface ISfcSimpleList : IEnumerable<ISfcSimpleNode>, 
    IEnumerable
public interface class ISfcSimpleList : IEnumerable<ISfcSimpleNode^>, 
    IEnumerable
type ISfcSimpleList =  
    interface
        interface IEnumerable<ISfcSimpleNode>
        interface IEnumerable
    end
public interface ISfcSimpleList extends IEnumerable<ISfcSimpleNode>, IEnumerable

Typ ISfcSimpleList uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna ListReference Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Do góry

Metody

  Nazwa Opis
Metoda publiczna GetEnumerator() (Dziedziczony z IEnumerable<ISfcSimpleNode>).
Metoda publiczna GetEnumerator() (Dziedziczony z IEnumerable).

Do góry