Share via


AlterElementStep.SourceElement Property

Gets the source element.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property SourceElement As IModelElement
public IModelElement SourceElement { get; }
public:
property IModelElement^ SourceElement {
    IModelElement^ get ();
}
member SourceElement : IModelElement
function get SourceElement () : IModelElement

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

AlterElementStep Class

Microsoft.Data.Schema.Build Namespace