Partager via


SubquerySpecification.ForBrowse, propriété

Obtient ou définit si FOR BROWSE est utilisé.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property ForBrowse As Boolean
    Get
    Set
public bool ForBrowse { get; set; }
public:
property bool ForBrowse {
    bool get ();
    void set (bool value);
}
member ForBrowse : bool with get, set
function get ForBrowse () : boolean
function set ForBrowse (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si FOR BROWSE est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

SubquerySpecification Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms