AlterCertificateStatement.AttestedBy プロパティ

ATTESTED BY オプションの場合に、リテラル文字列を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property AttestedBy As Literal
'使用
Dim instance As AlterCertificateStatement
Dim value As Literal

value = instance.AttestedBy

instance.AttestedBy = value
public Literal AttestedBy { get; set; }
public:
property Literal^ AttestedBy {
    Literal^ get ();
    void set (Literal^ value);
}
public function get AttestedBy () : Literal
public function set AttestedBy (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

AlterCertificateStatement クラス

AlterCertificateStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間