Metadata.VersionFlags Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of version flags.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<VersionFlag> VersionFlags { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<VersionFlag^>^ VersionFlags {
    Collection<VersionFlag^>^ get();
    void set(Collection<VersionFlag^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VersionFlags : Collection<VersionFlag> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property VersionFlags As Collection(Of VersionFlag)

Property Value

Type: System.Collections.ObjectModel.Collection<VersionFlag>

A collection of type VersionFlag.

See Also

Metadata Class
Microsoft.MasterDataServices Namespace

Return to top