Propriedade SysCommentsObjectAnnotation.FooterContents
Obtém ou define o conteúdo do rodapé.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.