Freigeben über


ExtendedProperty.Value-Eigenschaft

Gets or sets the string value of the extended property.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Value As Object 
    Get 
    Set
'Usage
Dim instance As ExtendedProperty 
Dim value As Object 

value = instance.Value

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

Eigenschaftswert

Typ: System.Object
A String value that specifies the value of the extended property.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

ExtendedProperty Klasse

Microsoft.SqlServer.Management.Smo-Namespace