Classe TableViewTableTypeBase
Base class for table view types.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class TableViewTableTypeBase _
Inherits ScriptSchemaObjectBase _
Implements IExtendedProperties, IScriptable
'Utilizzo
Dim instance As TableViewTableTypeBase
public class TableViewTableTypeBase : ScriptSchemaObjectBase,
IExtendedProperties, IScriptable
public ref class TableViewTableTypeBase : public ScriptSchemaObjectBase,
IExtendedProperties, IScriptable
type TableViewTableTypeBase =
class
inherit ScriptSchemaObjectBase
interface IExtendedProperties
interface IScriptable
end
public class TableViewTableTypeBase extends ScriptSchemaObjectBase implements IExtendedProperties, IScriptable
Gerarchia di ereditarietà
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. . :: . .ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo..::..TableViewTableTypeBase
Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTableType
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche