共用方式為


TableTypeColumn.XmlSchemaCollection 屬性

XmlSchemaCollection relationship class of TableTypeColumn

命名空間:  Microsoft.SqlServer.Dac.Model
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Shared Property XmlSchemaCollection As ModelRelationshipClass 
    Get 
    Friend Set
'用途
Dim value As ModelRelationshipClass 

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

屬性值

型別:Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

請參閱

參考

TableTypeColumn 類別

Microsoft.SqlServer.Dac.Model 命名空間