次の方法で共有


ConfigurationValue クラス

ConfigurationValue クラスは、SQL Server データベース メール サブシステムの構成オプションを表します。

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

構文

'宣言
Public NotInheritable Class ConfigurationValue _
    Inherits NamedSmoObject _
    Implements IAlterable, IScriptable
'使用
Dim instance As ConfigurationValue
public sealed class ConfigurationValue : NamedSmoObject, 
    IAlterable, IScriptable
public ref class ConfigurationValue sealed : public NamedSmoObject, 
    IAlterable, IScriptable
[<SealedAttribute>]
type ConfigurationValue =  
    class
        inherit NamedSmoObject
        interface IAlterable
        interface IScriptable
    end
public final class ConfigurationValue extends NamedSmoObject implements IAlterable, IScriptable

説明

ConfigurationValue オブジェクトを使用すると、SQL Server データベース メール サブシステムの構成オプションにプログラムでアクセスできます。ConfigurationValue オブジェクトを使用すると次のような操作を実行できます。

  • SQL Server データベース メール サブシステムのオプションの構成

スレッド セーフ

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

スレッド セーフ

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