Udostępnij za pośrednictwem


SqlBatchCommand Klasa

Definicja

Polecenie SqlBatchCommand umożliwia wykonywanie wielu poleceń SQL w narzędziu SqlBatch.

public ref class SqlBatchCommand
public ref class SqlBatchCommand : System::Data::Common::DbBatchCommand
public class SqlBatchCommand
public class SqlBatchCommand : System.Data.Common.DbBatchCommand
type SqlBatchCommand = class
type SqlBatchCommand = class
    inherit DbBatchCommand
Public Class SqlBatchCommand
Public Class SqlBatchCommand
Inherits DbBatchCommand
Dziedziczenie
SqlBatchCommand
Dziedziczenie
SqlBatchCommand

Konstruktory

SqlBatchCommand()

Inicjuje nowy SqlBatchCommandelement .

SqlBatchCommand(String, CommandType, IEnumerable<SqlParameter>, SqlCommandColumnEncryptionSetting)

Inicjuje nowy SqlBatchCommandelement .

Właściwości

CanCreateParameter

Zwraca, czy CreateParameter() metoda jest implementowana.

ColumnEncryptionSetting

Aktualnie nie zaimplementowane. Ustawienie szyfrowania. Aby uzyskać więcej informacji, zobacz Always Encrypted.

CommandBehavior

CommandBehavior Jedna z wartości wskazująca opcje wykonywania instrukcji i pobierania danych.

CommandText

Pobiera lub ustawia polecenie tekstowe do uruchomienia względem źródła danych.

CommandType

Pobiera lub ustawia sposób CommandText interpretowania właściwości.

DbParameterCollection

Pobiera kolekcję SqlParameter obiektów.

Parameters

Pobiera klasę SqlParameterCollection.

RecordsAffected

Pobiera liczbę wierszy zmienionych, wstawionych lub usuniętych przez wykonanie tego konkretnego SqlBatchCommandelementu .

Metody

CreateParameter()

Tworzy nowe wystąpienie SqlParameter obiektu.

Dotyczy