OleDbProviderSettings 成員
The OleDbProviderSettings object represents the setting for a SQL Server OLE DB provider.
OleDbProviderSettings 型別公開下列成員。
方法
頂端
屬性
名稱 | 描述 | |
---|---|---|
AllowInProcess | Gets or sets the Boolean property value that specifies whether the OLE DB provider is instantiated as an in-process server. | |
Description | Gets a textual description of the OLE DB provider. | |
DisallowAdHocAccess | Gets or sets the Boolean property value that specifies whether SQL Server allows ad hoc access to data by using OPENROWSET and OPENDATASOURCE functions with the OLE DB provider. | |
DynamicParameters | Gets or sets the Boolean property value that specifies whether the provider allows '?' parameter marker syntax for parameterized queries. | |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (繼承自 SqlSmoObject。) | |
IndexAsAccessPath | Gets or sets the Boolean property value that specifies whether the OLE DB provider indexes are used to fetch data. | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (繼承自 SqlSmoObject。) | |
LevelZeroOnly | Gets or sets the Boolean property value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface. | |
Name | Gets or sets the name of the object. (繼承自 NamedSmoObject。) | |
NestedQueries | Gets or sets the Boolean property value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause. | |
NonTransactedUpdates | Gets or sets the Boolean property value that specifies whether data updates with the OLE DB provider are logged and are recoverable. | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (繼承自 SqlSmoObject。) | |
Parent | Gets the Settings object that is the parent of the OleDbProviderSettings object. | |
Properties | Gets a collection of Property objects that represent the object properties. (繼承自 SqlSmoObject。) | |
ScalarResult | Gets the scalar result for the referenced object. (繼承自 SqlSmoObject。) | |
SqlServerLike | Gets or sets the Boolean property value that specifies whether the OLE DB provider supports the LIKE operator as it is implemented in Microsoft SQL Server. | |
State | Gets the state of the referenced object. (繼承自 SmoObjectBase。) | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (繼承自 SqlSmoObject。) | |
UserData | Gets or sets user-defined data associated with the referenced object. (繼承自 SmoObjectBase。) |
頂端
明確繼承實作
名稱 | 描述 | |
---|---|---|
IAlienObjectDiscover | (繼承自 SqlSmoObject。) | |
IAlienObjectGetParent | (繼承自 SqlSmoObject。) | |
IAlienObjectGetProperty | (繼承自 SqlSmoObject。) | |
ISfcPropertyProviderGetPropertySet | (繼承自 SqlSmoObject。) | |
IAlienObjectGetUrn | (繼承自 SqlSmoObject。) | |
IAlienObjectResolve | (繼承自 SqlSmoObject。) | |
IAlienObjectSetProperty | (繼承自 SqlSmoObject。) |
頂端