Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the type that container holds. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property ContainsType As Type
Get
Friend Set
'Usage
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)
Property Value
Type: System.Type
The type that container holds.