Package.ExportViews Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a collection of export view for a package.

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

Syntax

'Declaration
Public Property ExportViews As Collection(Of ExportView)
    Get 
    Set
'Usage
Dim instance As Package 
Dim value As Collection(Of ExportView)

value = instance.ExportViews

instance.ExportViews = value
public Collection<ExportView> ExportViews { get; set; }
public:
property Collection<ExportView^>^ ExportViews {
    Collection<ExportView^>^ get ();
    void set (Collection<ExportView^>^ value);
}
member ExportViews : Collection<ExportView> with get, set
function get ExportViews () : Collection<ExportView>
function set ExportViews (value : Collection<ExportView>)

Property Value

Type: System.Collections.ObjectModel.Collection<ExportView>
A collection of export view for a package.

See Also

Reference

Package Class

Microsoft.MasterDataServices.Deployment Namespace