Classe TableViewTableTypeBase
Base class for table view types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class TableViewTableTypeBase _
Inherits ScriptSchemaObjectBase _
Implements IExtendedProperties, IScriptable
'Uso
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
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. . :: . .ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo..::..TableViewTableTypeBase
Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTableType
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.
Consulte também