Value プロパティ

参照先の構成オプションの値を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Value As String
    Get
    Set
'使用
Dim instance As ConfigurationValue
Dim value As String

value = instance.Value

instance.Value = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Value { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Value : string with get, set
function get Value () : String
function set Value (value : String)

プロパティ値

型: System. . :: . .String
構成オプションの値を示す String 値です。