CreationDate Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa 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
Vea también