UserDefinedFunction.Checks 속성

Represents a collection of Check objects. Each Check object represents a check constraint defined on the user-defined function.

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

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Check), SfcObjectFlags.Design)> _
Public ReadOnly Property Checks As CheckCollection 
    Get
‘사용 방법
Dim instance As UserDefinedFunction 
Dim value As CheckCollection 

value = instance.Checks
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Check), SfcObjectFlags.Design)]
public CheckCollection Checks { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Check), SfcObjectFlags::Design)]
public:
property CheckCollection^ Checks {
    CheckCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Check), SfcObjectFlags.Design)>]
member Checks : CheckCollection
function get Checks () : CheckCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo.CheckCollection
A CheckCollection object that represents all the check constraints defined on the user-defined function.

주의

This property is only valid for multi-statement table-valued functions.

속성 설정

참고 항목

참조

UserDefinedFunction 클래스

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

관련 자료

사용자 정의 함수(데이터베이스 엔진)

CREATE FUNCTION(Transact-SQL)