Proprietà PackageType
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Property PackageType As DTSPackageType
Get
Set
'Utilizzo
Dim instance As PackageRemote64Class
Dim value As DTSPackageType
value = instance.PackageType
instance.PackageType = value
public virtual DTSPackageType PackageType { get; set; }
public:
virtual property DTSPackageType PackageType {
DTSPackageType get ();
void set (DTSPackageType value);
}
abstract PackageType : DTSPackageType with get, set
override PackageType : DTSPackageType with get, set
function get PackageType () : DTSPackageType
function set PackageType (value : DTSPackageType)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSPackageType