หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the cached name.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property CachedName As String
Get
Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100
Dim value As String
value = instance.CachedName
instance.CachedName = value
string CachedName { get; set; }
property String^ CachedName {
String^ get ();
void set (String^ value);
}
abstract CachedName : string with get, set
function get CachedName () : String
function set CachedName (value : String)
Property Value
Type: System.String
The cached name.