ExportView.ViewFormat Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the simple type of the ExportView.

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

Syntax

[DataMemberAttribute]
public ExportViewFormat ViewFormat { get; set; }
public:
[DataMemberAttribute]
property ExportViewFormat ViewFormat {
    ExportViewFormat get();
    void set(ExportViewFormat value);
}
[<DataMemberAttribute>]
member ViewFormat : ExportViewFormat with get, set
<DataMemberAttribute>
Public Property ViewFormat As ExportViewFormat

Property Value

Type: Microsoft.MasterDataServices.ExportViewFormat

A new instance of type ExportView.

See Also

ExportView Class
Microsoft.MasterDataServices Namespace

Return to top