HeaderRowDelimiter Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see ConnectionManager.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property HeaderRowDelimiter As String
Get
Set
'Uso
Dim instance As ConnectionManagerMultiFlatFileClass
Dim value As String
value = instance.HeaderRowDelimiter
instance.HeaderRowDelimiter = value
public virtual string HeaderRowDelimiter { get; set; }
public:
virtual property String^ HeaderRowDelimiter {
String^ get ();
void set (String^ value);
}
abstract HeaderRowDelimiter : string with get, set
override HeaderRowDelimiter : string with get, set
function get HeaderRowDelimiter () : String
function set HeaderRowDelimiter (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
Implementa
IDTSConnectionManagerFlatFile100. . :: . .HeaderRowDelimiter