共用方式為


SysCommentsObjectAnnotation.FooterContents 屬性

取得或設定頁尾內容。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Overridable Property FooterContents As String
    Get
    Set
public virtual string FooterContents { get; set; }
public:
virtual property String^ FooterContents {
    String^ get ();
    void set (String^ value);
}
abstract FooterContents : string with get, set
override FooterContents : string with get, set
function get FooterContents () : String
function set FooterContents (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

SysCommentsObjectAnnotation 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間