ParameterBase Class
The ParameterBase class is a base class that is inherited by the Parameter class and the UserDefinedAggregate class. It contains common features of both classes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class ParameterBase _
Inherits ScriptNameObjectBase _
Implements IExtendedProperties, IMarkForDrop
'Usage
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
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
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.ParameterBase
Microsoft.SqlServer.Management.Smo.Parameter
Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.