Compartilhar via


Propriedade do RDL IDTSPackage100.CreationDate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the date and time that the package was created.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Property CreationDate As DateTime 
    Get 
    Set
'Uso
Dim instance As IDTSPackage100 
Dim value As DateTime 

value = instance.CreationDate

instance.CreationDate = value
DateTime CreationDate { get; set; }
property DateTime CreationDate {
    DateTime get ();
    void set (DateTime value);
}
abstract CreationDate : DateTime with get, set
function get CreationDate () : DateTime 
function set CreationDate (value : DateTime)

Valor da propriedade

Tipo: System.DateTime
The date and time that the package was created.

Comentários

This interface is implemented by the Package and PackageNeutral interfaces.

Consulte também

Referência

IDTSPackage100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper