次の方法で共有


ParameterCollectionBase クラス

ParameterCollectionBase クラスは、パラメータ コレクション クラスの作成に使用される基本クラスです。

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

構文

'宣言
Public MustInherit Class ParameterCollectionBase _
    Inherits ArrayListCollectionBase
'使用
Dim instance As ParameterCollectionBase
public abstract class ParameterCollectionBase : ArrayListCollectionBase
public ref class ParameterCollectionBase abstract : public ArrayListCollectionBase
[<AbstractClassAttribute>]
type ParameterCollectionBase =  
    class
        inherit ArrayListCollectionBase
    end
public abstract class ParameterCollectionBase extends ArrayListCollectionBase

説明

スレッド セーフ

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

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
      Microsoft.SqlServer.Management.Smo. . :: . .ArrayListCollectionBase
        Microsoft.SqlServer.Management.Smo..::..ParameterCollectionBase
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobStepCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ForeignKeyColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .IndexedColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .NumberedStoredProcedureParameterCollection
          Microsoft.SqlServer.Management.Smo. . :: . .OrderColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameterCollection
          Microsoft.SqlServer.Management.Smo. . :: . .PartitionSchemeParameterCollection
          Microsoft.SqlServer.Management.Smo. . :: . .StatisticColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .StoredProcedureParameterCollection
          Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedAggregateParameterCollection
          Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionParameterCollection

スレッド セーフ

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