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.
Gets or sets the ISite interface associated with the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride Property Site As ISite
Get
Set
'Usage
Dim instance As Parameter
Dim value As ISite
value = instance.Site
instance.Site = value
public abstract ISite Site { get; set; }
public:
virtual property ISite^ Site {
ISite^ get () abstract;
void set (ISite^ value) abstract;
}
abstract Site : ISite with get, set
abstract function get Site () : ISite
abstract function set Site (value : ISite)
Property Value
Type: System.ComponentModel.ISite
The ISite interface associated with the Parameter object.