SqlBatchCommand.Parameters Proprietà

Definizione

Ottiene l'oggetto 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

Valore della proprietà

Parametri dell'istruzione Transact-SQL o della stored procedure. Il valore predefinito è una raccolta vuota.

Si applica a