Compartir a través de


Package.ExportViews Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public Property ExportViews As Collection(Of ExportView)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

Package Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment