Aracılığıyla paylaş


SubquerySpecification.ForBrowse Özellik

Alır veya göz kullanılır olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
GÖZ Aksi halde kullanılan, false ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SubquerySpecification Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı