新しいキー生成の場合のサブジェクトと有効期限の開始日/終了日のオプションの一覧を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property CertificateOptions As IList(Of CertificateOption)
Get
'使用
Dim instance As CreateCertificateStatement
Dim value As IList(Of CertificateOption)
value = instance.CertificateOptions
public IList<CertificateOption> CertificateOptions { get; }
public:
property IList<CertificateOption^>^ CertificateOptions {
IList<CertificateOption^>^ get ();
}
member CertificateOptions : IList<CertificateOption>
function get CertificateOptions () : IList<CertificateOption>
プロパティ値
型: System.Collections.Generic.IList<CertificateOption>
サブジェクトと有効期限の開始日/終了日のオプションの一覧。