Aracılığıyla paylaş


Property.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

'Bildirim
Public Property Value As Object
    Get
    Set
'Kullanım
Dim instance As [Property]
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object
function set Value (value : Object)

Property Value

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

Examples

Setting Properties

See Also

Reference

Property Class

Microsoft.SqlServer.Management.Smo Namespace