Udostępnij za pośrednictwem


SqlBatchCommand.Parameters Właściwość

Definicja

Pobiera klasę SqlParameterCollection.

public:
 property Microsoft::Data::SqlClient::SqlParameterCollection ^ Parameters { Microsoft::Data::SqlClient::SqlParameterCollection ^ get(); };
public Microsoft.Data.SqlClient.SqlParameterCollection Parameters { get; }
member this.Parameters : Microsoft.Data.SqlClient.SqlParameterCollection
Public ReadOnly Property Parameters As SqlParameterCollection

Wartość właściwości

Parametry instrukcji Transact-SQL lub procedury składowanej. Wartością domyślną jest pusta kolekcja.

Dotyczy