Initializes a new instance of the
CloudTable class.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim tableAddress As Uri
Dim instance As New CloudTable(tableAddress) |
Syntax
Visual Basic |
---|
Public Sub New ( _
tableAddress As Uri _
) |
C# |
---|
public CloudTable (
Uri tableAddress
) |
C++ |
---|
public:
CloudTable (
Uri^ tableAddress
) |
J# |
---|
public CloudTable (
Uri tableAddress
) |
JScript |
---|
public function CloudTable (
tableAddress : Uri
) |
Parameters
- tableAddress
A Uri specifying the absolute URI to the table.
Remarks
Platforms
See Also