IDTSForEachEnumeratorInfo100.FileName Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
For more information, see ForEachEnumeratorInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property FileName As String
Get
'Uso
Dim instance As IDTSForEachEnumeratorInfo100
Dim value As String
value = instance.FileName
string FileName { get; }
property String^ FileName {
String^ get ();
}
abstract FileName : string
function get FileName () : String
Valor de la propiedad
Tipo: System.String