Compartilhar via


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

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.