View.HasColumnSpecification 속성

Gets the Boolean property that specifies whether the view has a column specification.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property HasColumnSpecification As Boolean 
    Get
‘사용 방법
Dim instance As View 
Dim value As Boolean 

value = instance.HasColumnSpecification
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool HasColumnSpecification { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool HasColumnSpecification {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member HasColumnSpecification : bool
function get HasColumnSpecification () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the view has a column specification.If True, the view has a column specification.If False (default), the view does not have a column specification.

뷰 생성, 변경 및 제거

참고 항목

참조

View 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

뷰 디자인 및 구현

CREATE VIEW(Transact-SQL)