ExtendedProperty.Value 属性
Gets or sets the string value of the extended property.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Value As Object
Get
Set
用法
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)
属性值
类型:System.Object
A String value that specifies the value of the extended property.