IDTSInputColumnCachedInfo100.CachedName Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the cached name.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Property CachedName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The cached name.