Dependency Constructor (Dependency)

指定した依存関係に基づいて Dependency クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    dep As Dependency _
)
public Dependency (
    Dependency dep
)
public:
Dependency (
    Dependency^ dep
)
public Dependency (
    Dependency dep
)
public function Dependency (
    dep : Dependency
)

パラメータ

  • dep
    依存関係を示す Dependency オブジェクトの値です。

解説

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

使用例

Visual Basic .NET でデータベースの依存関係のスクリプトを作成する方法

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

Dependency Class
Dependency Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

スクリプト