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)