Partager via


Propriété BusinessLogicDataAdapter.SelectCommand

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

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property SelectCommand As BusinessLogicCommand 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
Returns BusinessLogicCommand.

Voir aussi

Référence

BusinessLogicDataAdapter Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport