Поделиться через


Свойство BusinessLogicDataAdapter.SelectCommand

Gets or sets a stored procedure used to select records from the data set.

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Property SelectCommand As BusinessLogicCommand 
    Get 
    Set
'Применение
Dim instance As BusinessLogicDataAdapter 
Dim value As BusinessLogicCommand 

value = instance.SelectCommand

instance.SelectCommand = value
public BusinessLogicCommand SelectCommand { get; set; }
public:
property BusinessLogicCommand^ SelectCommand {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member SelectCommand : BusinessLogicCommand with get, set
function get SelectCommand () : BusinessLogicCommand 
function set SelectCommand (value : BusinessLogicCommand)

Значение свойства

Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
Returns BusinessLogicCommand.

См. также

Справочник

BusinessLogicDataAdapter Класс

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport