次の方法で共有


DependencyCollectionNode クラス

DependencyCollectionNode クラスは、スクリプト作成操作の際に派生する依存関係コレクション内のノードを表します。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .DependencyNode
    Microsoft.SqlServer.Management.Smo..::..DependencyCollectionNode

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

構文

'宣言
Public Class DependencyCollectionNode _
    Inherits DependencyNode
'使用
Dim instance As DependencyCollectionNode
public class DependencyCollectionNode : DependencyNode
public ref class DependencyCollectionNode : public DependencyNode
type DependencyCollectionNode =  
    class
        inherit DependencyNode
    end
public class DependencyCollectionNode extends DependencyNode

DependencyCollectionNode 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ IsRootNode DependencyCollectionNode オブジェクトがコレクションのルート ノードを表すかどうかを示す Boolean プロパティ値を取得します。
パブリック プロパティ IsSchemaBound 依存関係ノードがスキーマにバインドされるかどうかを示します。 (DependencyNode から継承されています。)
パブリック プロパティ Urn DependencyNode オブジェクトが表す Microsoft SQL Server オブジェクトを一意に識別する URN 値を取得します。値の設定も可能です。 (DependencyNode から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

スレッド セーフ

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

使用例

スクリプト

スレッド セーフ

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