Свойство Rule.BoundObjects

BoundObjects relationship class of Rule

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

Синтаксис

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

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

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

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

См. также

Справочник

Rule Класс

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