Свойство Table.Schema

Schema relationship class of Table

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Shared Property Schema As ModelRelationshipClass 
    Get 
    Friend Set
'Применение
Dim value As ModelRelationshipClass 

value = Table.Schema
public static ModelRelationshipClass Schema { get; internal set; }
public:
static property ModelRelationshipClass^ Schema {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member Schema : ModelRelationshipClass with get, internal set
static function get Schema () : ModelRelationshipClass 
internal static function set Schema (value : ModelRelationshipClass)

Значение свойства

Тип: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

См. также

Справочник

Table Класс

Пространство имен Microsoft.SqlServer.Dac.Model