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

TableAttribute.TableName 属性

定义

获取要绑定到的表的名称。

[Microsoft.Azure.WebJobs.Description.AutoResolve]
[System.ComponentModel.DataAnnotations.RegularExpression("^[A-Za-z][A-Za-z0-9]{2,62}$")]
public string TableName { get; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
[<System.ComponentModel.DataAnnotations.RegularExpression("^[A-Za-z][A-Za-z0-9]{2,62}$")>]
member this.TableName : string
Public ReadOnly Property TableName As String

属性值

属性
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute RegularExpressionAttribute

注解

绑定到表实体时,获取包含该实体的表的名称。

适用于