Share via


CreateCertificateStatement.CertificateOptions 속성

Gets a list of subject and start/expire date options in case of new keys generation.

네임스페이스:  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>
The list of subject and start/expire date options.

참고 항목

참조

CreateCertificateStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스