Property.ISfcProperty.Value Property

Gets or sets the value of the property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Property Value As Object Implements ISfcProperty.Value 
    Get 
    Set
'Usage
Dim instance As [Property]
Dim value As Object 

value = CType(instance, ISfcProperty).Value 

CType(instance, ISfcProperty).Value = value
Object ISfcProperty.Value { get; set; }
private:
virtual property Object^ Value {
    Object^ get () sealed = ISfcProperty::Value::get;
    void set (Object^ value) sealed = ISfcProperty::Value::set;
}
private abstract Value : Object with get, set 
private override Value : Object with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Object
An Object system object value that specifies the value of the property.

Implements

ISfcProperty.Value

Examples

Setting Properties

See Also

Reference

Property Class

Microsoft.SqlServer.Management.Smo Namespace