IDTSPackage100.PackagePriorityClass Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This interface is implemented by the Package and PackageNeutral interfaces.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass