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 | |
---|---|---|
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 | |
---|---|---|
GetEnumerator() | (Dziedziczony z IEnumerable<ISfcSimpleNode>). | |
GetEnumerator() | (Dziedziczony z IEnumerable). |
Do góry