ValueProperty(T) Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model.Simple..::..ModelObject
Microsoft.Data.Tools.Model.Simple..::..ValueProperty<(Of <(<'T>)>)>
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Class ValueProperty(Of T) _
Inherits ModelObject _
Implements IValueProperty(Of T), IValueProperty, IModelProperty, _
IModelObject
'Usage
Dim instance As ValueProperty(Of T)
public class ValueProperty<T> : ModelObject,
IValueProperty<T>, IValueProperty, IModelProperty, IModelObject
generic<typename T>
public ref class ValueProperty : public ModelObject,
IValueProperty<T>, IValueProperty, IModelProperty, IModelObject
type ValueProperty<'T> =
class
inherit ModelObject
interface IValueProperty<'T>
interface IValueProperty
interface IModelProperty
interface IModelObject
end
JScript does not support generic types and methods.
Type Parameters
- T
The ValueProperty<(Of <(<'T>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ActualValue | Gets {insert text here}. |
![]() |
ChildNodes | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
DefaultValue | Gets {insert text here}. |
![]() |
IsNotPresent | Gets {insert text here}. |
![]() |
IsReadOnly | Gets or sets {insert text here}. |
![]() |
IsRequired | Gets {insert text here}. |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
PropertyName | Gets {insert text here}. |
![]() |
Value | Gets or sets {insert text here}. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetToNotPresent | |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetAnnotation | (Inherited from ModelObject.) |
![]() |
TryGetValue |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)