Share via


SqlSmoObject Class

The SqlSmoObject object represents all Microsoft SQL Server objects.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public MustInherit Class SqlSmoObject
    Inherits SmoObjectBase
public abstract class SqlSmoObject : SmoObjectBase
public ref class SqlSmoObject abstract : public SmoObjectBase
public abstract class SqlSmoObject extends SmoObjectBase
public abstract class SqlSmoObject extends SmoObjectBase

Osservazioni

Testo aggiornato:

The SqlSmoObject is a generic object that is used to referenced objects that are not of a specified type. The SqlSmoObject is also used as a base class.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Derived Classes

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

SqlSmoObject Members
Microsoft.SqlServer.Management.Smo Namespace