此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a collection of export view for a package.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Property ExportViews As Collection(Of ExportView)
Get
Set
'用途
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>)
屬性值
型別:System.Collections.ObjectModel.Collection<ExportView>
A collection of export view for a package.