다음을 통해 공유


RuleCollection 클래스

The RuleCollection class represents a collection of Rule objects that represent all the rules defined on the instance of SQL Server.

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

구문

‘선언
Public NotInheritable Class RuleCollection _
    Inherits SchemaCollectionBase
‘사용 방법
Dim instance As RuleCollection
public sealed class RuleCollection : SchemaCollectionBase
public ref class RuleCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type RuleCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class RuleCollection extends SchemaCollectionBase

주의

A RuleCollection object can be used to gain access to a set of rules. You can use the Item property to return a specific Rule object.

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.