CreationDate 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 PackageInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property CreationDate As DateTime
Get
'Uso
Dim instance As IDTSPackageInfo100
Dim value As DateTime
value = instance.CreationDate
DateTime CreationDate { get; }
property DateTime CreationDate {
DateTime get ();
}
abstract CreationDate : DateTime
function get CreationDate () : DateTime
Valor de la propiedad
Tipo: System. . :: . .DateTime