PackageRemote32Class.CreationDate-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the date and time that the package was created.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property CreationDate As DateTime
Get
Set
'Usage
Dim instance As PackageRemote32Class
Dim value As DateTime
value = instance.CreationDate
instance.CreationDate = value
public virtual DateTime CreationDate { get; set; }
public:
virtual property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
abstract CreationDate : DateTime with get, set
override CreationDate : DateTime with get, set
function get CreationDate () : DateTime
function set CreationDate (value : DateTime)
Eigenschaftswert
Typ: System.DateTime
The date and time that the package was created.