HeterogeneousTable Members
Include Protected Members
Include Inherited Members
Represents a table on a non-Microsoft SQL Server Publisher.
The HeterogeneousTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HeterogeneousTable() | Creates a new instance of the HeterogeneousTable class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
HasExplicitSelectGrant | Gets or sets whether the administrator of the non-Microsoft SQL Server Publisher was explicitly granted SELECT permissions on the table. |
![]() |
HasPrimaryKey | Gets or sets whether the table has a primary key. |
![]() |
HasUniqueConstraintNullable | Gets or sets whether the unique constraint allows null values. |
![]() |
IsPublished | Gets or sets whether the table is currently being published by Microsoft SQL Server replication. |
![]() |
IsTransPublished | Gets or sets whether the table is published in a transactional publication. |
![]() |
Name | Gets or sets the name of the table object at the non-Microsoft SQL Server Publisher. |
![]() |
Owner | Gets or sets the owner of the table at the non-Microsoft SQL Server Publisher. |
![]() |
UserData | Gets or sets custom user data for this object. |
Top