Свойство SelectCommand
Пространство имен: 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