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

StorageData 构造函数

定义

重载

StorageData()

初始化 StorageData 类的新实例。

StorageData(String, String)

使用给定的 StorageDatapartitionKey 初始化 rowKey 类的新实例。

StorageData()

初始化 StorageData 类的新实例。

protected StorageData ();
Protected Sub New ()

适用于

StorageData(String, String)

使用给定的 StorageDatapartitionKey 初始化 rowKey 类的新实例。

protected StorageData (string partitionKey, string rowKey);
new Microsoft.WindowsAzure.Mobile.Service.StorageData : string * string -> Microsoft.WindowsAzure.Mobile.Service.StorageData
Protected Sub New (partitionKey As String, rowKey As String)

参数

partitionKey
String

要初始化的 的 TableEntity 分区键。

rowKey
String

要初始化的 的 TableEntity 行键。

适用于