Свойство SfcRelationshipAttribute.ContainsType
Gets or sets the type that container holds. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property ContainsType As Type
Get
Friend Set
'Применение
Dim instance As SfcRelationshipAttribute
Dim value As Type
value = instance.ContainsType
public Type ContainsType { get; internal set; }
public:
property Type^ ContainsType {
Type^ get ();
internal: void set (Type^ value);
}
member ContainsType : Type with get, internal set
function get ContainsType () : Type
internal function set ContainsType (value : Type)
Значение свойства
Тип: System.Type
The type that container holds.
См. также
Справочник
SfcRelationshipAttribute Класс
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata