다음을 통해 공유


HasColumnSpecification 속성

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

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

구문

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

value = instance.HasColumnSpecification
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public bool HasColumnSpecification { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property bool HasColumnSpecification {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
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.