Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This API supports the product 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
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
Public Property ExportViews As Collection(Of ExportView)
Property Value
Type: System.Collections.ObjectModel.Collection<ExportView>
A collection of export view for a package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top