次の方法で共有


ParameterBase クラス

ParameterBase クラスは、Parameter クラスと UserDefinedAggregate クラスによって継承される基本クラスです。この基本クラスには、両方のクラスの共通機能が含まれています。

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

構文

'宣言
Public Class ParameterBase _
    Inherits ScriptNameObjectBase _
    Implements IExtendedProperties, IMarkForDrop
'使用
Dim instance As ParameterBase
public class ParameterBase : ScriptNameObjectBase, 
    IExtendedProperties, IMarkForDrop
public ref class ParameterBase : public ScriptNameObjectBase, 
    IExtendedProperties, IMarkForDrop
type ParameterBase =  
    class
        inherit ScriptNameObjectBase
        interface IExtendedProperties
        interface IMarkForDrop
    end
public class ParameterBase extends ScriptNameObjectBase implements IExtendedProperties, IMarkForDrop

説明

スレッド セーフ

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

スレッド セーフ

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