WstConnection Constructor (String, String, String)

[This is internal Microsoft documentation - Do not distribute.]

Initializes an instance of the WstConnection class, specifying the site, application and table group name.

Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Public Sub New ( _
    siteName As String, _
    applicationName As String, _
    tableGroupName As String _
)
  public WstConnection (
    string siteName,
    string applicationName,
    string tableGroupName
)

Parameters

  • siteName
    The name of the site whose config will be hosting the deployment information.
  • applicationName
    The name of the CloudDB application.
  • tableGroupName
    The name of the CloudDB tablegroup.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

WstConnection Class
WstConnection Members
Microsoft.Webstore.WstClient Namespace