共用方式為


IndexAsAccessPath 屬性

Gets or sets the Boolean property value that specifies whether the OLE DB provider indexes are used to fetch data.

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

語法

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

value = instance.IndexAsAccessPath

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

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether the OLE DB provider indexes are used to fetch data.
If True, the OLE DB provider indexes are used to fetch data.
If False (default), the SQL Server indexes are used to fetch data.

備註

If nonzero, SQL Server attempts to use indexes of the provider to fetch data. By default, indexes are used only for metadata and are never opened.