ColumnSourceMirror.IsVariable Property

Gets whether the mirrored object is a variable source.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsVariable As Boolean
    Get
'Usage
Dim instance As ColumnSourceMirror
Dim value As Boolean

value = instance.IsVariable
public override bool IsVariable { get; }
public:
virtual property bool IsVariable {
    bool get () override;
}
override function get IsVariable () : boolean
abstract IsVariable : bool
override IsVariable : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ColumnSourceMirror Class

ColumnSourceMirror Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace