Partager via


Propriété Package.ExportViews

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Property ExportViews As Collection(Of ExportView)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.MasterDataServices.Deployment