Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the site for the container.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property Site As ISite
Get
Set
'Usage
Dim instance As DtsContainer
Dim value As ISite
value = instance.Site
instance.Site = value
public ISite Site { get; set; }
public:
virtual property ISite^ Site {
ISite^ get () sealed;
void set (ISite^ value) sealed;
}
abstract Site : ISite with get, set
override Site : ISite with get, set
final function get Site () : ISite
final function set Site (value : ISite)
Property Value
Type: System.ComponentModel.ISite
The site for the container.