Project.CreationDate 属性
Gets or sets the date and time that the project was created.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Property CreationDate As DateTimeOffset
Get
Set
用法
Dim instance As Project
Dim value As DateTimeOffset
value = instance.CreationDate
instance.CreationDate = value
public DateTimeOffset CreationDate { get; set; }
public:
property DateTimeOffset CreationDate {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member CreationDate : DateTimeOffset with get, set
function get CreationDate () : DateTimeOffset
function set CreationDate (value : DateTimeOffset)
属性值
类型:System.DateTimeOffset
The date and time that the project was created.