共用方式為


NestedQueries 屬性

Gets or sets the Boolean property value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property NestedQueries As Boolean
    Get
    Set
'用途
Dim instance As OleDbProviderSettings
Dim value As Boolean

value = instance.NestedQueries

instance.NestedQueries = value
[SfcPropertyAttribute]
public bool NestedQueries { get; set; }
[SfcPropertyAttribute]
public:
property bool NestedQueries {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member NestedQueries : bool with get, set
function get NestedQueries () : boolean
function set NestedQueries (value : boolean)

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause.
If True, nested SELECT statements in the FROM clause of a SELECT statement are allowed.
If False (default), nested SELECT statements are not allowed.

備註

Setting this option allows SQL Server to delegate certain queries to the provider that require nesting SELECT statements in the FROM clause.