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)