Bagikan melalui


IDTSPackage100.PackagePriorityClass Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass
A value from the DTSPriorityClass enumeration.

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

Reference

IDTSPackage100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace