Wyliczenie SfcTSqlExecutor.ExecutionMode
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 Enumeration ExecutionMode
'Użycie
Dim instance As SfcTSqlExecutor.ExecutionMode
public enum ExecutionMode
public enum class ExecutionMode
type ExecutionMode
public enum ExecutionMode
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
Scalar | Zwraca wartość skalarna. | |
NonQuery | Jest wykonywany bez kwerendy. | |
WithResults | Zwraca zestaw wyników. |