Proprietà BusinessLogicDataAdapter.IDbDataAdapter.SelectCommand
Gets or sets a stored procedure used to select records from the data set.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Private Property SelectCommand As IDbCommand
Implements IDbDataAdapter.SelectCommand
Get
Set
'Utilizzo
Dim instance As BusinessLogicDataAdapter
Dim value As IDbCommand
value = CType(instance, IDbDataAdapter).SelectCommand
CType(instance, IDbDataAdapter).SelectCommand = value
IDbCommand IDbDataAdapter.SelectCommand { get; set; }
private:
virtual property IDbCommand^ SelectCommand {
IDbCommand^ get () sealed = IDbDataAdapter::SelectCommand::get;
void set (IDbCommand^ value) sealed = IDbDataAdapter::SelectCommand::set;
}
private abstract SelectCommand : IDbCommand with get, set
private override SelectCommand : IDbCommand with get, set
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Data.IDbCommand
A command used to select records.
Implementa
Vedere anche
Riferimento
BusinessLogicDataAdapter Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport