Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.