Свойство HasColumnSpecification
A Boolean value that specifies if the view has a column specification.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property HasColumnSpecification As Boolean
Get
'Применение
Dim instance As IView
Dim value As Boolean
value = instance.HasColumnSpecification
bool HasColumnSpecification { get; }
property bool HasColumnSpecification {
bool get ();
}
abstract HasColumnSpecification : bool
function get HasColumnSpecification () : boolean
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that specifies if the view has a column specification.
См. также