DefaultRuleBase Class

The DefaultRuleBase class is a base class that is inherited by the Rule class and the Default class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class DefaultRuleBase _
    Inherits ScriptSchemaObjectBase _
    Implements ICreatable, IDroppable, IAlterable, IExtendedProperties,  _
    IScriptable, ITextObject
'Usage
Dim instance As DefaultRuleBase
public class DefaultRuleBase : ScriptSchemaObjectBase, 
    ICreatable, IDroppable, IAlterable, IExtendedProperties, IScriptable, 
    ITextObject
public ref class DefaultRuleBase : public ScriptSchemaObjectBase, 
    ICreatable, IDroppable, IAlterable, IExtendedProperties, IScriptable, 
    ITextObject
type DefaultRuleBase =  
    class
        inherit ScriptSchemaObjectBase
        interface ICreatable
        interface IDroppable
        interface IAlterable
        interface IExtendedProperties
        interface IScriptable
        interface ITextObject
    end
public class DefaultRuleBase extends ScriptSchemaObjectBase implements ICreatable, IDroppable, IAlterable, IExtendedProperties, IScriptable, ITextObject

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.