Package.ExportViews 속성
이 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.