ConnectionManager.Site Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the site of the connection manager.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public ISite Site { get; set; }
public:
property ISite^ Site {
    virtual ISite^ get() sealed;
    virtual void set(ISite^ value) sealed;
}
abstract Site : ISite with get, set
override Site : ISite with get, set
Public Property Site As ISite

Property Value

Type: System.ComponentModel.ISite

The site of the connection manager.

Implements

IComponent.Site

See Also

ConnectionManager Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top