OleDbProviderSettings クラス

OleDbProviderSettings オブジェクトは、SQL Server OLE DB プロバイダの設定を表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcElementTypeAttribute("OleDbProviderSetting")> _
<SfcBrowsableAttribute(False)> _
Public NotInheritable Class OleDbProviderSettings _
    Inherits NamedSmoObject _
    Implements IAlterable, IScriptable
'使用
Dim instance As OleDbProviderSettings
[SfcElementTypeAttribute("OleDbProviderSetting")]
[SfcBrowsableAttribute(false)]
public sealed class OleDbProviderSettings : NamedSmoObject, 
    IAlterable, IScriptable
[SfcElementTypeAttribute(L"OleDbProviderSetting")]
[SfcBrowsableAttribute(false)]
public ref class OleDbProviderSettings sealed : public NamedSmoObject, 
    IAlterable, IScriptable
[<SealedAttribute>]
[<SfcElementTypeAttribute("OleDbProviderSetting")>]
[<SfcBrowsableAttribute(false)>]
type OleDbProviderSettings =  
    class
        inherit NamedSmoObject
        interface IAlterable
        interface IScriptable
    end
public final class OleDbProviderSettings extends NamedSmoObject implements IAlterable, IScriptable

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。