IPackage.Maps 属性

Gets the metadata collection describing all maps exposed by this package.

命名空间:  Microsoft.SqlServer.XEvent
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
ReadOnly Property Maps As ReadOnlyCollection(Of IMapMetadata)
    Get
用法
Dim instance As IPackage 
Dim value As ReadOnlyCollection(Of IMapMetadata)

value = instance.Maps
ReadOnlyCollection<IMapMetadata> Maps { get; }
property ReadOnlyCollection<IMapMetadata^>^ Maps {
    ReadOnlyCollection<IMapMetadata^>^ get ();
}
abstract Maps : ReadOnlyCollection<IMapMetadata>
function get Maps () : ReadOnlyCollection<IMapMetadata>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<IMapMetadata>
The metadata collection describing all maps exposed by this package.

请参阅

参考

IPackage 接口

Microsoft.SqlServer.XEvent 命名空间