ISqlExtendedProperty.Value Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Value As SqlElementSource
'Usage
Dim instance As ISqlExtendedProperty
Dim value As SqlElementSource
value = instance.Value
instance.Value = value
SqlElementSource Value { get; set; }
property SqlElementSource^ Value {
SqlElementSource^ get ();
void set (SqlElementSource^ value);
}
function get Value () : SqlElementSource
function set Value (value : SqlElementSource)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.