Share via


IMutableView.HasColumnSpecification Property

Gets or sets a Boolean value on whether the view has a column specification.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property HasColumnSpecification As Boolean 
    Get 
    Set
'Usage
Dim instance As IMutableView 
Dim value As Boolean 

value = instance.HasColumnSpecification

instance.HasColumnSpecification = value
bool HasColumnSpecification { get; set; }
property bool HasColumnSpecification {
    bool get ();
    void set (bool value);
}
abstract HasColumnSpecification : bool with get, set
function get HasColumnSpecification () : boolean 
function set HasColumnSpecification (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether the view has a column specification.

See Also

Reference

IMutableView Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace