你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProgramBaseCollection 类

定义

public class ProgramBaseCollection : Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<Microsoft.WindowsAzure.MediaServices.Client.IProgram>
type ProgramBaseCollection = class
    inherit CloudBaseCollection<IProgram>
Public Class ProgramBaseCollection
Inherits CloudBaseCollection(Of IProgram)
继承

属性

ElementType (继承自 BaseCollection<T>)
Expression (继承自 BaseCollection<T>)
MediaContext (继承自 BaseCollection<T>)
Provider (继承自 BaseCollection<T>)
Queryable

方法

Create(ProgramCreationOptions)
Create(String, TimeSpan, String)
CreateAsync(ProgramCreationOptions)
CreateAsync(String, TimeSpan, String)
GetEnumerator() (继承自 BaseCollection<T>)

显式接口实现

IEnumerable.GetEnumerator() (继承自 BaseCollection<T>)

扩展方法

AsTableQuery<TElement>(IQueryable<TElement>)

指定查询作为 对象返回 TableQuery

Resolve<TElement,TResolved>(IQueryable<TElement>, EntityResolver<TResolved>)

指定查询的实体解析程序。

WithContext<TElement>(IQueryable<TElement>, OperationContext)

为查询指定 。OperationContext

WithOptions<TElement>(IQueryable<TElement>, TableRequestOptions)

指定将用于执行查询的 的一组 TableRequestOptions

ToCommaSeparatedString<T>(IEnumerable<T>)

将集合的元素转换为字符串,并将它们连接成逗号分隔列表,或者为 null 或空集合返回 null。

适用于