共用方式為


IDTSFriendlyEnum100.Value 屬性

Gets the friendly name used for an enumeration item identified by the Name property.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property Value As Integer 
    Get
'用途
Dim instance As IDTSFriendlyEnum100 
Dim value As Integer 

value = instance.Value
int Value { get; }
property int Value {
    int get ();
}
abstract Value : int
function get Value () : int

屬性值

型別:System.Int32
The friendly name of the item in the enumeration.

請參閱

參考

IDTSFriendlyEnum100 介面

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