IDTSPackage100.PackagePriorityClass-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the priority class of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property PackagePriorityClass As DTSPriorityClass
Get
Set
'Usage
Dim instance As IDTSPackage100
Dim value As DTSPriorityClass
value = instance.PackagePriorityClass
instance.PackagePriorityClass = value
DTSPriorityClass PackagePriorityClass { get; set; }
property DTSPriorityClass PackagePriorityClass {
DTSPriorityClass get ();
void set (DTSPriorityClass value);
}
abstract PackagePriorityClass : DTSPriorityClass with get, set
function get PackagePriorityClass () : DTSPriorityClass
function set PackagePriorityClass (value : DTSPriorityClass)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass
A value from the DTSPriorityClass enumeration.
Hinweise
This interface is implemented by the Package and PackageNeutral interfaces.