DefaultRuleBase クラス

DefaultRuleBase クラスは、Rule クラスと Default クラスによって継承される基本クラスです。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Class DefaultRuleBase _
    Inherits ScriptSchemaObjectBase _
    Implements ICreatable, IDroppable, IAlterable, IExtendedProperties,  _
    IScriptable, ITextObject
'使用
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

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。