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
- 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.