Default.CreateDate プロパティ

既定値が作成された日時を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CreateDate As DateTime 
    Get
'使用
Dim instance As Default 
Dim value As DateTime 

value = instance.CreateDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime CreateDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime CreateDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CreateDate : DateTime
function get CreateDate () : DateTime

プロパティ値

型: System.DateTime
Default オブジェクトが作成された日時を示す DateTime オブジェクトの値です。

使用例

既定値の作成、変更、および削除

関連項目

参照

Default クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

既定値

CREATE DEFAULT (Transact-SQL)