TableName Class
Represents a class used to get the table names for selective export of tables.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.TableName
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Декларация
Public Class TableName
'Применение
Dim instance As TableName
public class TableName
public ref class TableName
type TableName = class end
public class TableName
The TableName type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableName | Initializes a new instance of the TableName class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the table. | |
SchemaName | Gets the schema for the table. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.