IDTSOutput100.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.