次の方法で共有


DefaultConstraint Class

DefaultConstraint オブジェクトは、Microsoft SQL Server の既定の制約を表します。

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

構文

'宣言
Public NotInheritable Class DefaultConstraint
    Inherits ScriptNameObjectBase
    Implements ICreatable, IDroppable, IRenamable, IAlterable, _
    IExtendedProperties, IScriptable
public sealed class DefaultConstraint : ScriptNameObjectBase, ICreatable, IDroppable, IRenamable, 
    IAlterable, IExtendedProperties, IScriptable
public ref class DefaultConstraint sealed : public ScriptNameObjectBase, ICreatable, IDroppable, IRenamable, 
    IAlterable, IExtendedProperties, IScriptable
public final class DefaultConstraint extends ScriptNameObjectBase implements ICreatable, IDroppable, 
    IRenamable, IAlterable, IExtendedProperties, IScriptable
public final class DefaultConstraint extends ScriptNameObjectBase implements ICreatable, IDroppable, 
    IRenamable, IAlterable, IExtendedProperties, IScriptable

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

DefaultConstraint オブジェクトのプロパティを取得するには、固定サーバー ロール public のメンバでもかまいません。

DefaultConstraint オブジェクトのプロパティを設定するには、親テーブルの ALTER 権限を持っているか、固定データベース ロール db_owner のメンバである必要があります。

既定の制約を作成または削除するには、親テーブルの ALTER 権限を持っているか、固定データベース ロール db_ownerのメンバである必要があります。

継承階層

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
     Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Microsoft.SqlServer.Management.Smo.NamedSmoObject
         Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.DefaultConstraint

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DefaultConstraint Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

データ整合性の強制