Propriedade do RDL UserDefinedFunction.Checks
Represents a collection of Check objects. Each Check object represents a check constraint defined on the user-defined function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Check), SfcObjectFlags.Design)> _
Public ReadOnly Property Checks As CheckCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.CheckCollection
A CheckCollection object that represents all the check constraints defined on the user-defined function.
Comentários
This property is only valid for multi-statement table-valued functions.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo
Outros recursos
Funções definidas pelo usuário (Mecanismo de Banco de Dados)