Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.