Compartir a través de


SysCommentsObjectAnnotation.FooterContents (Propiedad)

Obtiene o establece el contenido del pie de página.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SysCommentsObjectAnnotation Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)