IDTSVirtualInput100.IsSorted 属性

Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.

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

语法

声明
ReadOnly Property IsSorted As Boolean 
    Get
用法
Dim instance As IDTSVirtualInput100 
Dim value As Boolean 

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

属性值

类型:System.Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.

请参阅

参考

IDTSVirtualInput100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间