ConfigurationValue.Value 속성
Gets or sets the value of the referenced configuration option.
네임스페이스: 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
A String value that specifies the value of the configuration option.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Mail 네임스페이스