Свойство Procedure.Assembly

Assembly relationship class of Procedure

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

Синтаксис

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

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

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

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

См. также

Справочник

Procedure Класс

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