ReferenceProperty(T) Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ReferenceProperty
      Microsoft.Data.Tools.Model.Simple..::..ReferenceProperty<(Of <(<'T>)>)>

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class ReferenceProperty(Of T As IReferenceableModelObject) _
    Inherits ReferenceProperty _
    Implements IReferenceProperty(Of T), IReferenceProperty, IModelProperty,  _
    IModelObject
'Usage
Dim instance As ReferenceProperty(Of T)
public class ReferenceProperty<T> : ReferenceProperty, 
    IReferenceProperty<T>, IReferenceProperty, IModelProperty, IModelObject
where T : IReferenceableModelObject
generic<typename T>
where T : IReferenceableModelObject
public ref class ReferenceProperty : public ReferenceProperty, 
    IReferenceProperty<T>, IReferenceProperty, IModelProperty, IModelObject
type ReferenceProperty<'T when 'T : IReferenceableModelObject> =  
    class
        inherit ReferenceProperty
        interface IReferenceProperty<'T>
        interface IReferenceProperty
        interface IModelProperty
        interface IModelObject
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The ReferenceProperty<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method ReferenceProperty< (Of < ( <'T> ) > ) >(ModelObject, String, Boolean, Boolean) Initializes a new instance of the ReferenceProperty<(Of <(<'T>)>)> class.
Public method ReferenceProperty< (Of < ( <'T> ) > ) >(ModelObject, String, IQualifiedIdentifier, Boolean, Boolean) Initializes a new instance of the ReferenceProperty<(Of <(<'T>)>)> class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Inherited from ModelObject.)
Public property DuplicateObjects Gets {insert text here}. (Inherited from ReferenceProperty.)
Public property Duplicates Gets {insert text here}.
Public property IsNotPresent Gets {insert text here}. (Inherited from ReferenceProperty.)
Public property IsReadOnly Gets or sets {insert text here}. (Inherited from ReferenceProperty.)
Public property IsRequired Gets {insert text here}. (Inherited from ReferenceProperty.)
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)
Public property PropertyName Gets {insert text here}. (Inherited from ReferenceProperty.)
Public property ReferencedType Gets {insert text here}. (Overrides ReferenceProperty..::..ReferencedType.)
Public property ReferenceIdentifier Gets or sets {insert text here}. (Inherited from ReferenceProperty.)
Public property Status Gets {insert text here}. (Inherited from ReferenceProperty.)
Public property Target Gets {insert text here}.
Public property TargetObject Gets {insert text here}. (Inherited from ReferenceProperty.)

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateScript (Inherited from ModelObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetToNotPresent (Inherited from ReferenceProperty.)
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)

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.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace