IsSorted 属性

Gets a value that indicates whether the columns in an output object are sorted.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Property IsSorted As Boolean
    Get
    Set
用法
Dim instance As IDTSOutput100
Dim value As Boolean

value = instance.IsSorted

instance.IsSorted = value
bool IsSorted { get; set; }
property bool IsSorted {
    bool get ();
    void set (bool value);
}
abstract IsSorted : bool with get, set
function get IsSorted () : boolean
function set IsSorted (value : boolean)

属性值

类型:System. . :: . .Boolean
true if the columns in the output are sorted; otherwise, false.