Classe ParameterBase
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class ParameterBase _
Inherits ScriptNameObjectBase _
Implements IExtendedProperties, IMarkForDrop
'Uso
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
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
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
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.